Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.