Stylus.AddLostStylusCaptureHandler Metodo

Definizione

Aggiunge un gestore per l'evento LostStylusCapture associato.

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 di questo evento.

handler
StylusEventHandler

Gestore eventi da aggiungere.

Si applica a