DataGridSortingEventHandler 委托

定义

表示将用来处理 SortingDataGrid 事件的方法。

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)

获取指示指定委托表示的方法的对象。

适用于