ActivatingKeyTipEventHandler 委托

定义

表示处理 ActivatingKeyTip 附加事件 KeyTipService的方法。

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)

获取一个对象,该对象表示由指定委托表示的方法。

适用于