DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / OnSizeChanged Method
Standard Size Changed event args






    OnSizeChanged Method (DicomViewer)
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnSizeChanged( _
       ByVal e As System.EventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim e As System.EventArgs
     
    instance.OnSizeChanged(e)

    Parameters

    e
    Standard Size Changed event args
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also