Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- element
Type: System.Windows.DependencyObject
The identifier of the routed event for which the handler is attached.
- handler
Type: Microsoft.Windows.Controls.ActivatingKeyTipEventHandler
The specific handler implementation to remove from the event handler collection on this element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.