KeyTipService.AddActivatingKeyTipHandler Método

Definición

Agrega el controlador de eventos enrutado para el ActivatingKeyTip evento.

public:
 static void AddActivatingKeyTipHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::ActivatingKeyTipEventHandler ^ handler);
public static void AddActivatingKeyTipHandler(System.Windows.DependencyObject element, System.Windows.Controls.ActivatingKeyTipEventHandler handler);
static member AddActivatingKeyTipHandler : System.Windows.DependencyObject * System.Windows.Controls.ActivatingKeyTipEventHandler -> unit
Public Shared Sub AddActivatingKeyTipHandler (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 del controlador específica que se va a agregar a la colección de controladores de eventos en este elemento.

Se aplica a