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 KeyTipAccessed attached event of a KeyTipService.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Delegate Sub KeyTipAccessedEventHandler ( _
sender As Object, _
e As KeyTipAccessedEventArgs _
)
public delegate void KeyTipAccessedEventHandler(
Object sender,
KeyTipAccessedEventArgs e
)
public delegate void KeyTipAccessedEventHandler(
Object^ sender,
KeyTipAccessedEventArgs^ e
)
type KeyTipAccessedEventHandler =
delegate of
sender:Object *
e:KeyTipAccessedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Controls.KeyTipAccessedEventArgs
The event data.