ActivatingKeyTipEventHandler 委托

显示该处理 KeyTipServiceActivatingKeyTip 附加事件的方法。

命名空间:  Microsoft.Windows.Controls
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Delegate Sub ActivatingKeyTipEventHandler ( _
    sender As Object, _
    e As ActivatingKeyTipEventArgs _
)
public delegate void ActivatingKeyTipEventHandler(
    Object sender,
    ActivatingKeyTipEventArgs e
)
public delegate void ActivatingKeyTipEventHandler(
    Object^ sender, 
    ActivatingKeyTipEventArgs^ e
)
type ActivatingKeyTipEventHandler = 
    delegate of 
        sender:Object * 
        e:ActivatingKeyTipEventArgs -> unit
JScript 不支持委托。

参数

请参见

参考

Microsoft.Windows.Controls 命名空间