Compartilhar via


KeyTipService.RemoveActivatingKeyTipHandler Método

Definição

Remove o manipulador de eventos roteado para o evento ActivatingKeyTip.

public:
 static void RemoveActivatingKeyTipHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::ActivatingKeyTipEventHandler ^ handler);
public static void RemoveActivatingKeyTipHandler (System.Windows.DependencyObject element, System.Windows.Controls.ActivatingKeyTipEventHandler handler);
static member RemoveActivatingKeyTipHandler : System.Windows.DependencyObject * System.Windows.Controls.ActivatingKeyTipEventHandler -> unit
Public Shared Sub RemoveActivatingKeyTipHandler (element As DependencyObject, handler As ActivatingKeyTipEventHandler)

Parâmetros

element
DependencyObject

O identificador do evento roteado ao qual o manipulador está anexado.

handler
ActivatingKeyTipEventHandler

A implementação do manipulador específico para remover da coleção de manipuladores de eventos neste elemento.

Aplica-se a