SplitterCancelEventHandler 代理人
定義
SplitterMoving の Splitter イベントを処理するメソッドを表します。Represents the method that will handle the SplitterMoving event of a Splitter.
public delegate void SplitterCancelEventHandler(System::Object ^ sender, SplitterCancelEventArgs ^ e);
public delegate void SplitterCancelEventHandler(object sender, SplitterCancelEventArgs e);
type SplitterCancelEventHandler = delegate of obj * SplitterCancelEventArgs -> unit
Public Delegate Sub SplitterCancelEventHandler(sender As Object, e As SplitterCancelEventArgs)
パラメーター
- sender
- Object
イベントのソース。The source of the event.
イベント データを格納している SplitterCancelEventArgs。A SplitterCancelEventArgs that contains the event data.
- 継承
拡張メソッド
GetMethodInfo(Delegate) |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。Gets an object that represents the method represented by the specified delegate. |