Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingForm Class / OnResize Method


In This Topic
    OnResize Method (SortingForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnResize( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SortingForm
    Dim e As EventArgs
     
    instance.OnResize(e)
    protected override void OnResize( 
       EventArgs e
    )

    Parameters

    e
    See Also