DataGridViewSortCompareEventHandler
Wisej.Web.DataGridViewSortCompareEventHandler
Last updated
Was this helpful?
Wisej.Web.DataGridViewSortCompareEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.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)Fired when the DataGridView compares two cell values to perform a sort operation.
Last updated
Was this helpful?
Was this helpful?

