FlexGrid for WinForms
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 _
)
'Usage
 
Dim col As Integer
Dim order As SortFlags
 
Dim instance As New SortColEventArgs(col, order)
public SortColEventArgs( 
   int col,
   SortFlags order
)
public:
SortColEventArgs( 
   int col,
   SortFlags order
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SortColEventArgs Class
SortColEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback