SelectionChangedEventHandler 代理人
定義
SelectionChanged ルーティング イベントを処理するメソッドを表します。Represents the method that will handle the SelectionChanged routed event.
public delegate void SelectionChangedEventHandler(System::Object ^ sender, SelectionChangedEventArgs ^ e);
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
type SelectionChangedEventHandler = delegate of obj * SelectionChangedEventArgs -> unit
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)
パラメーター
- sender
- Object
イベント ハンドラーがアタッチされているオブジェクト。The object where the event handler is attached.
イベントのデータ。The event data.
- 継承
拡張メソッド
GetMethodInfo(Delegate) |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。Gets an object that represents the method represented by the specified delegate. |