Compartir a través de


KeyTipService.RemoveActivatingKeyTipHandler (Método)

Quita un controlador de eventos enrutados para el evento ActivatingKeyTip.

Espacio de nombres:  Microsoft.Windows.Controls
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

KeyTipService Clase

Microsoft.Windows.Controls (Espacio de nombres)