KeyTipService.RemoveActivatingKeyTipHandler Método

Definición

Quita el controlador de eventos enrutado para el ActivatingKeyTip evento.

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 para el que está asociado el controlador.

handler
ActivatingKeyTipEventHandler

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

Se aplica a