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)

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

適用於