DataGridViewSortCompareEventArgs
Wisej.Web.DataGridViewSortCompareEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewSortCompareEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the SortCompare event.
Initializes a new instance of the DataGridViewSortCompareEventArgs class.
column
The column to sort.
cellValue1
The value of the first cell to compare.
cellValue2
The value of the second cell to compare.
rowIndex1
The index of the row containing the first cell.
rowIndex2
The index of the row containing the second cell.
Object: Returns the value of the first cell to compare.
Object: Returns the value of the second cell to compare.
DataGridViewColumn: Returns the column being sorted.
Int32: Returns the index of the row containing the first cell to compare.
Int32: Returns the index of the row containing the second cell to compare.
Int32: Returns or sets a value indicating the order in which the compared cells will be sorted.
Represents the method that will handle the event of a control.