Share via


KeyTipService.AddActivatingKeyTipHandler Method

Adds the routed event handler for the ActivatingKeyTip event.

Namespace:  Microsoft.Windows.Controls
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Shared Sub AddActivatingKeyTipHandler ( _
    element As DependencyObject, _
    handler As ActivatingKeyTipEventHandler _
)
public static void AddActivatingKeyTipHandler(
    DependencyObject element,
    ActivatingKeyTipEventHandler handler
)
public:
static void AddActivatingKeyTipHandler(
    DependencyObject^ element, 
    ActivatingKeyTipEventHandler^ handler
)
static member AddActivatingKeyTipHandler : 
        element:DependencyObject * 
        handler:ActivatingKeyTipEventHandler -> unit 
public static function AddActivatingKeyTipHandler(
    element : DependencyObject, 
    handler : ActivatingKeyTipEventHandler
)

Parameters

.NET Framework Security

See Also

Reference

KeyTipService Class

Microsoft.Windows.Controls Namespace