Compartilhar via


KeyTipService.RemovePreviewKeyTipAccessedHandler Método

Definição

Remove o manipulador de eventos roteado para o evento PreviewKeyTipAccessed.

public:
 static void RemovePreviewKeyTipAccessedHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::KeyTipAccessedEventHandler ^ handler);
public static void RemovePreviewKeyTipAccessedHandler (System.Windows.DependencyObject element, System.Windows.Controls.KeyTipAccessedEventHandler handler);
static member RemovePreviewKeyTipAccessedHandler : System.Windows.DependencyObject * System.Windows.Controls.KeyTipAccessedEventHandler -> unit
Public Shared Sub RemovePreviewKeyTipAccessedHandler (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