KeyTipService.RemovePreviewKeyTipAccessedHandler Método

Definición

Quita un controlador de eventos enrutados para el 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

Identificador del evento enrutado al que se adjunta el controlador.

handler
KeyTipAccessedEventHandler

Implementación de controlador específica que se va a quitar de la colección de controladores de eventos de este elemento.

Se aplica a