Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.