UIElement3D.StylusButtonDown 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
手寫筆指標在此元素上方且按下手寫筆按鈕時發生。
public:
virtual event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonDown;
public event System.Windows.Input.StylusButtonEventHandler StylusButtonDown;
member this.StylusButtonDown : System.Windows.Input.StylusButtonEventHandler
Public Custom Event StylusButtonDown As StylusButtonEventHandler
事件類型
實作
備註
這個事件會為此 Stylus.StylusButtonDown 類別建立附加事件的別名,以便在 StylusButtonDown 繼承為基底專案時 UIElement3D 屬於類別成員清單的一部分。 附加至 StylusButtonDown 事件的事件處理程式會附加至基礎 Stylus.StylusButtonDown 附加事件,並接收相同的事件數據實例。
觸控、滑鼠和手寫筆輸入存在於特定關聯性中。 如需詳細資訊,請參閱 Windows Vista 中的觸控輸入支援 和 輸入概觀。
路由事件資訊
標識元欄位 | StylusButtonDownEvent |
路由策略 | 鼓 泡 |
代理人 | StylusButtonEventHandler |
對應的通道事件為 PreviewStylusButtonDown。
覆寫 OnStylusButtonDown 以在衍生類別中實作此事件的類別處理。