Share via


ActivatingKeyTipEventHandler Delegate

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

See Also

Reference

Microsoft.Windows.Controls Namespace