KeyTipService.RemoveKeyTipAccessedHandler Método

Definição

Remove o gestor de eventos encaminhado para o KeyTipAccessed evento.

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 encaminhado para o qual o manipulador está ligado.

handler
KeyTipAccessedEventHandler

A implementação específica do handler para remover da coleção de handlers de eventos neste elemento.

Aplica-se a