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)

获取指示指定委托表示的方法的对象。

适用于