Sdílet prostřednictvím


Stylus.AddLostStylusCaptureHandler Metoda

Definice

Přidá obslužnou rutinu pro připojenou LostStylusCapture událost.

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

Nebo UIElementContentElement , který naslouchá této události.

handler
StylusEventHandler

Obslužná rutina události, která se má přidat.

Platí pro