Sdílet prostřednictvím


Stylus.AddStylusButtonUpHandler Metoda

Definice

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

public:
 static void AddStylusButtonUpHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::StylusButtonEventHandler ^ handler);
public static void AddStylusButtonUpHandler (System.Windows.DependencyObject element, System.Windows.Input.StylusButtonEventHandler handler);
static member AddStylusButtonUpHandler : System.Windows.DependencyObject * System.Windows.Input.StylusButtonEventHandler -> unit
Public Shared Sub AddStylusButtonUpHandler (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á přidat.

Platí pro