UIElement.StylusInRange Olay
Tanım
Ekran kalemi çizim tablasına algılanacak kadar yakın olduğunda gerçekleşir, bu öğe üzerinde.Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
public:
virtual event System::Windows::Input::StylusEventHandler ^ StylusInRange;
public event System.Windows.Input.StylusEventHandler StylusInRange;
member this.StylusInRange : System.Windows.Input.StylusEventHandler
Public Custom Event StylusInRange As StylusEventHandler
Olay Türü
Uygulamalar
Açıklamalar
Bu olay Stylus.StylusInRange , StylusInRange 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.StylusInRange attached event for this class, so that StylusInRange is part of the class members list when UIElement is inherited as a base element. Olaya eklenen olay işleyicileri, StylusInRange temel alınan Stylus.StylusInRange ekli olaya iliştirilir ve aynı olay veri örneğini alır.Event handlers that are attached to the StylusInRange event are attached to the underlying Stylus.StylusInRange 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 | StylusInRangeEvent |
Yönlendirme stratejisiRouting strategy | TırmanmaBubbling |
TemsilciDelegate | StylusEventHandler |
Karşılık gelen Tünel olayı PreviewStylusInRange .The corresponding tunneling event is PreviewStylusInRange.
OnStylusInRangeTüretilmiş sınıflarda bu olay için sınıf işlemeyi uygulamak üzere geçersiz kılın.Override OnStylusInRange to implement class handling for this event in derived classes.