Share via


Stylus.RemoveLostStylusCaptureHandler Metoda

Definice

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

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

Platí pro