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.
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
- 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 add to 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.