DataGridSortingEventHandler Delegate

Definition

Represents the method that will handle the Sorting event of a DataGrid.

public delegate void DataGridSortingEventHandler(System::Object ^ sender, DataGridSortingEventArgs ^ e);
public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e);
type DataGridSortingEventHandler = delegate of obj * DataGridSortingEventArgs -> unit
Public Delegate Sub DataGridSortingEventHandler(sender As Object, e As DataGridSortingEventArgs)

Parameters

sender
Object

The source of the event.

e
DataGridSortingEventArgs

The data for the event.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to