KeyTipAccessedEventHandler Delegate
.NET Framework (current version)
Represents the method that handles the KeyTipAccessed attached event of a KeyTipService.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Public Delegate Sub KeyTipAccessedEventHandler ( sender As Object, e As KeyTipAccessedEventArgs )
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Controls.KeyTipAccessedEventArgs
The event data.
.NET Framework
Available since 4.5
Available since 4.5
Show: