For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataGridViewSortCompareEventHandler

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)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Fired when the DataGridView compares two cell values to perform a sort operation.

Last updated

Was this helpful?