[]
        
(Showing Draft Content)

C1.Win.FlexGrid.SortColEventArgs.-ctor

SortColEventArgs Constructor

SortColEventArgs(int, SortFlags)

Initializes a new instance of the SortColEventArgs class.

Declaration
public SortColEventArgs(int col, SortFlags order)
Public Sub New(col As Integer, order As SortFlags)
Parameters
Type Name Description
int col

The column that is being sorted.

SortFlags order

SortFlags value that determines the sorting order.