C1.Win.FlexGrid 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 _
)
 

Parameters

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