Share via


KeyTipService.RemoveActivatingKeyTipHandler Method

Removes the routed event handler for the ActivatingKeyTip event.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

KeyTipService Class

Microsoft.Windows.Controls Namespace