KeyTipService.AddPreviewKeyTipAccessedHandler Método

Definição

Adiciona o gestor de eventos encaminhados para o PreviewKeyTipAccessed evento.

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 encaminhado para o qual o manipulador está ligado.

handler
KeyTipAccessedEventHandler

A implementação específica do handler para adicionar à coleção de event handlers neste elemento.

Aplica-se a