ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnClientSizeChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnClientSizeChanged Method (C1FlexPivotGrid)
    In This Topic
    Overridden to update star sizes when the control is resized.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnClientSizeChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnClientSizeChanged( 
       EventArgs e
    )

    Parameters

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