ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / SortColEventArgs Class / SortColEventArgs Constructor
The column that is being sorted.
SortFlags value that determines the sorting order.

In This Topic
    SortColEventArgs Constructor
    In This Topic
    Initializes a new instance of the SortColEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal col As Integer, _
       ByVal order As SortFlags _
    )
    public SortColEventArgs( 
       int col,
       SortFlags order
    )

    Parameters

    col
    The column that is being sorted.
    order
    SortFlags value that determines the sorting order.
    See Also