Compartilhar via


Método KeyTipService.RemoveActivatingKeyTipHandler

Remove um manipulador de eventos roteados para o ActivatingKeyTip de evento.

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

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

KeyTipService Classe

Namespace Microsoft.Windows.Controls