Sdílet prostřednictvím


Stylus.RemoveStylusButtonDownHandler Metoda

Definice

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

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

Parametry

element
DependencyObject

ContentElement NeboUIElement, který naslouchá této události.

handler
StylusButtonEventHandler

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

Platí pro