Share via


Stylus.RemoveStylusButtonUpHandler Metoda

Definice

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

public:
 static void RemoveStylusButtonUpHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::StylusButtonEventHandler ^ handler);
public static void RemoveStylusButtonUpHandler (System.Windows.DependencyObject element, System.Windows.Input.StylusButtonEventHandler handler);
static member RemoveStylusButtonUpHandler : System.Windows.DependencyObject * System.Windows.Input.StylusButtonEventHandler -> unit
Public Shared Sub RemoveStylusButtonUpHandler (element As DependencyObject, handler As StylusButtonEventHandler)

Parametry

element
DependencyObject

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

handler
StylusButtonEventHandler

Obslužná rutina události, která se má odebrat

Platí pro