ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnAfterResizeColumn Method
C1.Win.C1FlexGrid.RowColEventArgs that contains the event data.

In This Topic
    OnAfterResizeColumn Method (C1FlexPivotGrid)
    In This Topic
    Overridden to resize all data columns uniformly.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnAfterResizeColumn( _
       ByVal e As RowColEventArgs _
    ) 
    protected override void OnAfterResizeColumn( 
       RowColEventArgs e
    )

    Parameters

    e
    C1.Win.C1FlexGrid.RowColEventArgs that contains the event data.
    See Also