UIElement3D.StylusButtonDown Evento
Definizione
Si verifica in seguito alla pressione del pulsante dello stilo quando il puntatore è posizionato sull'elemento.Occurs when the stylus button is pressed while the pointer is over this element.
public:
virtual event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonDown;
public event System.Windows.Input.StylusButtonEventHandler StylusButtonDown;
member this.StylusButtonDown : System.Windows.Input.StylusButtonEventHandler
Public Custom Event StylusButtonDown As StylusButtonEventHandler
Implementazioni
Commenti
Questo evento crea un alias per il Stylus.StylusButtonDown evento associato per questa classe, in modo che StylusButtonDown faccia parte dell'elenco dei membri della classe quando UIElement3D viene ereditato come elemento di base.This event creates an alias for the Stylus.StylusButtonDown attached event for this class, so that StylusButtonDown is part of the class members list when UIElement3D is inherited as a base element. I gestori di eventi collegati all'evento StylusButtonDown vengono collegati all'evento Stylus.StylusButtonDown associato sottostante e ricevono la stessa istanza dei dati dell'evento.Event handlers that are attached to the StylusButtonDown event are attached to the underlying Stylus.StylusButtonDown 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 ulteriori informazioni, vedere la pagina relativa alla panoramica del supporto per input touch in Windows Vista e input.For more information, see Touch Input Support in Windows Vista and Input Overview.
StylusButtonDown è stato introdotto nella versione .NET Framework 3,5.StylusButtonDown is introduced in the .NET Framework version 3.5. Per altre informazioni, vedere Versioni e dipendenze.For more information, see Versions and Dependencies.
Informazioni evento indirizzatoRouted Event Information
Campo identificatoreIdentifier field | StylusButtonDownEvent |
Strategia di routingRouting strategy | BubblingBubbling |
delegatoDelegate | StylusButtonEventHandler |
L'evento di tunneling corrispondente è PreviewStylusButtonDown.The corresponding tunneling event is PreviewStylusButtonDown.
Eseguire l'override OnStylusButtonDown per implementare la gestione delle classi per questo evento nelle classi derivate.Override OnStylusButtonDown to implement class handling for this event in derived classes.