FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnSizeChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnSizeChanged Method (C1FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSizeChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnSizeChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also