Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the method that handles the ActivatingKeyTip attached event of a KeyTipService.
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 does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
The event data.