Compartilhar via


KeyTipService.AddPreviewKeyTipAccessedHandler Método

Definição

Adiciona o manipulador de eventos roteado para o evento PreviewKeyTipAccessed.

public:
 static void AddPreviewKeyTipAccessedHandler(System::Windows::DependencyObject ^ element, System::Windows::Controls::KeyTipAccessedEventHandler ^ handler);
public static void AddPreviewKeyTipAccessedHandler (System.Windows.DependencyObject element, System.Windows.Controls.KeyTipAccessedEventHandler handler);
static member AddPreviewKeyTipAccessedHandler : System.Windows.DependencyObject * System.Windows.Controls.KeyTipAccessedEventHandler -> unit
Public Shared Sub AddPreviewKeyTipAccessedHandler (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