ActivatingKeyTipEventHandler-Delegat
Stellt die Methode dar, die das angefügte Ereignis ActivatingKeyTip eines KeyTipService behandelt.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
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 unterstützt keine Delegaten.
Parameter
- sender
Typ: System.Object
Die Quelle des Ereignisses.
- e
Typ: Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
Die Ereignisdaten.