KeyTipService.RemoveActivatingKeyTipHandler Método

Definición

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

Identificador del evento enrutado al que se adjunta el controlador.

handler
ActivatingKeyTipEventHandler

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