Share via


KeyTipService.AddKeyTipAccessedHandler Método

Definição

Adiciona o manipulador de eventos roteado para o evento KeyTipAccessed.

public:
 static void AddKeyTipAccessedHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::KeyTipAccessedEventHandler ^ handler);
public static void AddKeyTipAccessedHandler (System.Windows.DependencyObject element, System.Windows.Controls.KeyTipAccessedEventHandler handler);
static member AddKeyTipAccessedHandler : System.Windows.DependencyObject * System.Windows.Controls.KeyTipAccessedEventHandler -> unit
Public Shared Sub AddKeyTipAccessedHandler (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 adicionar à coleção de manipuladores de eventos neste elemento.

Aplica-se a