Stylus.AddLostStylusCaptureHandler Metodo

Definizione

Aggiunge un gestore per l'evento associato LostStylusCapture.

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