Stylus.AddStylusMoveHandler(DependencyObject, StylusEventHandler) Metoda

Definice

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

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

Parametry

element
DependencyObject

Tato UIElement událost nebo ContentElement která naslouchá této události.

handler
StylusEventHandler

Obslužná rutina události, která se má přidat.

Platí pro