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)

取得表示特定委派所代表之方法的物件。

適用於