UIElement.StylusDown Evento
Definizione
Si verifica in seguito al tocco del digitalizzatore con lo stilo quando lo stilo è posizionato sull'elemento.Occurs when the stylus touches the digitizer while the stylus is over this element.
public:
virtual event System::Windows::Input::StylusDownEventHandler ^ StylusDown;
public event System.Windows.Input.StylusDownEventHandler StylusDown;
member this.StylusDown : System.Windows.Input.StylusDownEventHandler
Public Custom Event StylusDown As StylusDownEventHandler
Tipo evento
Implementazioni
Commenti
Questo evento crea un alias per l' Stylus.StylusDown evento associato per questa classe, che StylusDown fa parte dell'elenco dei membri della classe quando UIElement viene ereditato come elemento di base.This event creates an alias for the Stylus.StylusDown attached event for this class, so that StylusDown is part of the class members list when UIElement is inherited as a base element. I gestori di eventi collegati all' StylusDown evento sono associati all' Stylus.StylusDown evento associato sottostante e ricevono la stessa istanza di dati evento.Event handlers that are attached to the StylusDown event are attached to the underlying Stylus.StylusDown attached event and receive the same event data instance.
Il tocco, il mouse e l'input dello stilo sono presenti in una determinata relazione.Touch, mouse, and stylus input exist in a particular relationship. Per altre informazioni, vedere Cenni preliminari sull'input.For more information, see Input Overview.
Informazioni evento indirizzatoRouted Event Information
Campo identificatoreIdentifier field | StylusDownEvent |
Strategia di routingRouting strategy | BubblingBubbling |
DelegatoDelegate | StylusDownEventHandler |
L'evento di tunneling corrispondente è PreviewStylusDown .The corresponding tunneling event is PreviewStylusDown.
Eseguire l'override OnStylusDown di per implementare la gestione delle classi per questo evento nelle classi derivate.Override OnStylusDown to implement class handling for this event in derived classes.