DataGridViewSortCompareEventArgs

Wisej.Web.DataGridViewSortCompareEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the SortCompare event.

public class DataGridViewSortCompareEventArgs : HandledEventArgs

Constructors

Initializes a new instance of the DataGridViewSortCompareEventArgs class.

NameTypeDescription

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.

Properties

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.

Used By

NameDescription

Represents the method that will handle the SortCompare event of a DataGridView control.

Last updated