Stylus.AddStylusButtonDownHandler Método

Definição

Adiciona um handler para o StylusButtonDown evento anexado.

public:
 static void AddStylusButtonDownHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::StylusButtonEventHandler ^ handler);
public static void AddStylusButtonDownHandler(System.Windows.DependencyObject element, System.Windows.Input.StylusButtonEventHandler handler);
static member AddStylusButtonDownHandler : System.Windows.DependencyObject * System.Windows.Input.StylusButtonEventHandler -> unit
Public Shared Sub AddStylusButtonDownHandler (element As DependencyObject, handler As StylusButtonEventHandler)

Parâmetros

element
DependencyObject

A UIElement sala de operações ContentElement que ouve este evento.

handler
StylusButtonEventHandler

O gestor de eventos para acrescentar.

Aplica-se a