UIElement.StylusButtonUp Olay
Tanım
İşaretçi bu öğenin üzerindeyken ekran kalemi düğmesi bırakıldığında gerçekleşir.Occurs when the stylus button is released while the pointer is over this element.
public:
virtual event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonUp;
public event System.Windows.Input.StylusButtonEventHandler StylusButtonUp;
member this.StylusButtonUp : System.Windows.Input.StylusButtonEventHandler
Public Custom Event StylusButtonUp As StylusButtonEventHandler
Olay Türü
Uygulamalar
Açıklamalar
Bu olay Stylus.StylusButtonUp , StylusButtonUp UIElement bir temel öğe olarak Devralındığı zaman sınıf üye listesinin bir parçası olan bu sınıf için ekli olay için bir diğer ad oluşturur.This event creates an alias for the Stylus.StylusButtonUp attached event for this class, so that StylusButtonUp is part of the class members list when UIElement is inherited as a base element. Olaya eklenen olay işleyicileri, StylusButtonUp temel alınan Stylus.StylusButtonUp ekli olaya iliştirilir ve aynı olay veri örneğini alır.Event handlers that are attached to the StylusButtonUp event are attached to the underlying Stylus.StylusButtonUp attached event and receive the same event data instance.
Belirli bir ilişkide dokunmatik, fare ve Stilus girişi var.Touch, mouse, and stylus input exist in a particular relationship. Daha fazla bilgi için bkz. girişe genel bakış.For more information, see Input Overview.
Yönlendirilmiş Olay BilgisiRouted Event Information
Tanımlayıcı alanıIdentifier field | StylusButtonUpEvent |
Yönlendirme stratejisiRouting strategy | TırmanmaBubbling |
TemsilciDelegate | StylusButtonEventHandler |
Karşılık gelen Tünel olayı PreviewStylusButtonUp .The corresponding tunneling event is PreviewStylusButtonUp.
OnStylusButtonUpTüretilmiş sınıflarda bu olay için sınıf işlemeyi uygulamak üzere geçersiz kılın.Override OnStylusButtonUp to implement class handling for this event in derived classes.