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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象