DataGridViewSortCompareEventHandler
Wisej.Web.DataGridViewSortCompareEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the SortCompare event of a DataGridView control.
public delegate void DataGridViewSortCompareEventHandler(Object sender, DataGridViewSortCompareEventArgs e)Public Delegate Sub DataGridViewSortCompareEventHandler(ByVal sender As [Object], ByVal e As DataGridViewSortCompareEventArgs)Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the DataGridView compares two cell values to perform a sort operation.
Last updated
Was this helpful?

