KeyTipService.RemovePreviewKeyTipAccessedHandler Method (DependencyObject, KeyTipAccessedEventHandler)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Removes the routed event handler for the PreviewKeyTipAccessed event.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
static member RemovePreviewKeyTipAccessedHandler : element:DependencyObject * handler:KeyTipAccessedEventHandler -> unit
Parameters
- element
-
Type:
System.Windows.DependencyObject
The identifier of the routed event for which the handler is attached.
- handler
-
Type:
System.Windows.Controls.KeyTipAccessedEventHandler
The specific handler implementation to remove from the event handler collection on this element.
.NET Framework
Available since 4.5
Available since 4.5
Show: