Udostępnij za pośrednictwem


Stylus.AddLostStylusCaptureHandler Metoda

Definicja

Dodaje procedurę obsługi dołączonego LostStylusCapture zdarzenia.

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)

Parametry

element
DependencyObject

Element UIElement lub ContentElement , który nasłuchuje tego zdarzenia.

handler
StylusEventHandler

Program obsługi zdarzeń do dodania.

Dotyczy