ContentElement.PreviewStylusInAirMove Olay
Tanım
Ekran kalemi, çizim tablasına dokunmadan bir öğenin üzerine geldiğinde gerçekleşir.Occurs when the stylus moves over an element without actually touching the digitizer.
public:
virtual event System::Windows::Input::StylusEventHandler ^ PreviewStylusInAirMove;
public event System.Windows.Input.StylusEventHandler PreviewStylusInAirMove;
member this.PreviewStylusInAirMove : System.Windows.Input.StylusEventHandler
Public Custom Event PreviewStylusInAirMove As StylusEventHandler
Olay Türü
Uygulamalar
Açıklamalar
Bu olay Stylus.PreviewStylusInAirMove , PreviewStylusInAirMove ContentElement 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.PreviewStylusInAirMove attached event for this class, so that PreviewStylusInAirMove is part of the class members list when ContentElement is inherited as a base element. Olaya eklenen olay işleyicileri, PreviewStylusInAirMove temel alınan Stylus.PreviewStylusInAirMove ekli olaya iliştirilir ve aynı olay veri örneğini alır.Event handlers that are attached to the PreviewStylusInAirMove event are attached to the underlying Stylus.PreviewStylusInAirMove 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 | PreviewStylusInAirMoveEvent |
Yönlendirme stratejisiRouting strategy | TünelTunneling |
TemsilciDelegate | StylusEventHandler |
Karşılık gelen kabarcıklanma olayı StylusInAirMove .The corresponding bubbling event is StylusInAirMove.
OnPreviewStylusInAirMoveTüretilmiş sınıflarda bu olay için sınıf işlemeyi uygulamak üzere geçersiz kılın.Override OnPreviewStylusInAirMove to implement class handling for this event in derived classes.