显示该处理 KeyTipService 的 ActivatingKeyTip 附加事件的方法。
命名空间:  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 不支持委托。
参数
- sender
 类型:System.Object
 事件源。