Share via


Stylus.RemoveStylusInAirMoveHandler Metoda

Definice

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

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