Share via


KeyTipService.RemoveKeyTipAccessedHandler Método

Definição

Remove o manipulador de eventos roteado para o evento KeyTipAccessed.

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

Parâmetros

element
DependencyObject

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

handler
KeyTipAccessedEventHandler

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

Aplica-se a