Stylus.AddGotStylusCaptureHandler Método

Definición

Agrega un controlador para el evento adjunto GotStylusCapture.

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

Parámetros

element
DependencyObject

Objeto UIElement o ContentElement que escucha este evento.

handler
StylusEventHandler

Controlador de eventos que se va a agregar.

Se aplica a