UIElement.StylusInAirMove 事件
定義
手寫筆在項目上方移動,但沒有真正碰觸數位板時發生。Occurs when the stylus moves over an element without actually touching the digitizer.
public:
virtual event System::Windows::Input::StylusEventHandler ^ StylusInAirMove;
public event System.Windows.Input.StylusEventHandler StylusInAirMove;
member this.StylusInAirMove : System.Windows.Input.StylusEventHandler
Public Custom Event StylusInAirMove As StylusEventHandler
事件類型
實作
備註
此事件 Stylus.StylusInAirMove 會為這個類別建立附加事件的別名,因此 StylusInAirMove 當 UIElement 繼承為基底專案時,它就是類別成員清單的一部分。This event creates an alias for the Stylus.StylusInAirMove attached event for this class, so that StylusInAirMove is part of the class members list when UIElement is inherited as a base element. 附加至事件的事件處理常式 StylusInAirMove 會附加至基礎 Stylus.StylusInAirMove 附加事件,並接收相同的事件資料實例。Event handlers that are attached to the StylusInAirMove event are attached to the underlying Stylus.StylusInAirMove attached event and receive the same event data instance.
觸控、滑鼠和手寫筆輸入存在於特定關聯性中。Touch, mouse, and stylus input exist in a particular relationship. 如需詳細資訊,請參閱 輸入總覽。For more information, see Input Overview.
路由事件資訊Routed Event Information
識別碼欄位Identifier field | StylusInAirMoveEvent |
路由策略Routing strategy | 鼓 泡Bubbling |
代理人Delegate | StylusEventHandler |
對應的通道事件為 PreviewStylusInAirMove 。The corresponding tunneling event is PreviewStylusInAirMove.
OnStylusInAirMove在衍生類別中覆寫以執行這個事件的類別處理。Override OnStylusInAirMove to implement class handling for this event in derived classes.