Stylus.AddGotStylusCaptureHandler Metodo

Definizione

Aggiunge un gestore per l'evento associato 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)

Parametri

element
DependencyObject

Oggetto UIElement o ContentElement in ascolto su questo evento.

handler
StylusEventHandler

Gestore dell'evento da aggiungere.

Si applica a