ActivatingKeyTipEventHandler 代理人

定義

ActivatingKeyTipKeyTipService 添付イベントを処理するメソッドを表します。

public delegate void ActivatingKeyTipEventHandler(System::Object ^ sender, ActivatingKeyTipEventArgs ^ e);
public delegate void ActivatingKeyTipEventHandler(object sender, ActivatingKeyTipEventArgs e);
type ActivatingKeyTipEventHandler = delegate of obj * ActivatingKeyTipEventArgs -> unit
Public Delegate Sub ActivatingKeyTipEventHandler(sender As Object, e As ActivatingKeyTipEventArgs)

パラメーター

sender
Object

イベントのソース。

e
ActivatingKeyTipEventArgs

イベントのデータ。

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象