DataGridSortingEventHandler Делегат

Определение

Представляет метод, обрабатывающий событие Sorting объекта 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)

Параметры

sender
Object

Источник события.

e
DataGridSortingEventArgs

Данные для события.

Методы расширения

GetMethodInfo(Delegate)

Получает объект, представляющий метод, представленный указанным делегатом.

Применяется к