Wimark.Controls Class Library  

DataGridViewSortCompareEventArgs Constructor

Initializes a new instance of the DataGridViewSortCompareEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal column As DataGridViewColumn, _
   ByVal rowIndex1 As Integer, _
   ByVal rowIndex2 As Integer, _
   ByVal cellValue1 As Object, _
   ByVal cellValue2 As Object _
)
 
[C#]
public DataGridViewSortCompareEventArgs( 
   DataGridViewColumn column, 
   int rowIndex1, 
   int rowIndex2, 
   object cellValue1, 
   object cellValue2 
);
[C++]
public: DataGridViewSortCompareEventArgs( 
   DataGridViewColumn* column, 
   int rowIndex1, 
   int rowIndex2, 
   Object* cellValue1, 
   Object* cellValue2 
);

Parameters

column
The column being sorted.
rowIndex1
The index of the row containing the first cell to compare.
rowIndex2
The index of the row containing the second cell to compare.
cellValue1
The value of the first cell to compare.
cellValue2
The value of the second cell to compare.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewSortCompareEventArgs Class | DataGridViewSortCompareEventArgs Members | Wimark.Controls Namespace