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

In This Topic
    OnBeforeSort Method (C1FlexPivotGrid)
    In This Topic
    Overridden to provide three-state sorting (up, down, none).
    Syntax
    'Declaration
     
    Protected Overrides Sub OnBeforeSort( _
       ByVal e As SortColEventArgs _
    ) 
    protected override void OnBeforeSort( 
       SortColEventArgs e
    )

    Parameters

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