UIElement.PreviewStylusButtonUp Evento
Definición
Se produce cuando se suelta el botón del lápiz mientras el puntero se encuentra sobre este elemento.Occurs when the stylus button is released while the pointer is over this element.
public:
virtual event System::Windows::Input::StylusButtonEventHandler ^ PreviewStylusButtonUp;
public event System.Windows.Input.StylusButtonEventHandler PreviewStylusButtonUp;
member this.PreviewStylusButtonUp : System.Windows.Input.StylusButtonEventHandler
Public Custom Event PreviewStylusButtonUp As StylusButtonEventHandler
Tipo de evento
Implementaciones
Comentarios
Este evento crea un alias para el Stylus.PreviewStylusButtonUp evento adjunto para esta clase, por lo que forma PreviewStylusButtonUp parte de la lista de miembros de clase cuando UIElement se hereda como un elemento base.This event creates an alias for the Stylus.PreviewStylusButtonUp attached event for this class, so that PreviewStylusButtonUp is part of the class members list when UIElement is inherited as a base element. Los controladores de eventos adjuntos al PreviewStylusButtonUp evento se adjuntan al Stylus.PreviewStylusButtonUp evento adjunto subyacente y reciben la misma instancia de datos de evento.Event handlers that are attached to the PreviewStylusButtonUp event are attached to the underlying Stylus.PreviewStylusButtonUp attached event and receive the same event data instance.
La entrada táctil, del mouse y del lápiz se encuentra en una relación determinada.Touch, mouse, and stylus input exist in a particular relationship. Para obtener más información, vea Introducción a la entrada.For more information, see Input Overview.
Información sobre eventos enrutadosRouted Event Information
Campo de identificadorIdentifier field | PreviewStylusButtonUpEvent |
Estrategia de enrutamientoRouting strategy | Protocolo de túnelTunneling |
DelegadoDelegate | StylusButtonEventHandler |
El evento de propagación correspondiente es StylusButtonUp .The corresponding bubbling event is StylusButtonUp.
Invalide OnPreviewStylusButtonUp para implementar el control de clases para este evento en las clases derivadas.Override OnPreviewStylusButtonUp to implement class handling for this event in derived classes.