ComponentOne FlexGrid for WinForms
SortColEventArgs Constructor

C1.Win.C1FlexGrid Namespace > SortColEventArgs Class : SortColEventArgs Constructor
The column that is being sorted.
SortFlags value that determines the sorting order.
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

Reference

SortColEventArgs Class
SortColEventArgs Members