UIElement.StylusButtonDown 事件

定義

手寫筆指標在此元素上方且按下手寫筆按鈕時發生。

C#
public event System.Windows.Input.StylusButtonEventHandler StylusButtonDown;

事件類型

實作

備註

這個事件會為此 Stylus.StylusButtonDown 類別建立附加事件的別名,以便在 StylusButtonDown 繼承為基底專案時 UIElement 屬於類別成員清單的一部分。 附加至 StylusButtonDown 事件的事件處理常式會附加至基礎 Stylus.StylusButtonDown 附加事件,並接收相同的事件資料實例。

觸控、滑鼠和手寫筆輸入存在於特定關聯性中。 如需詳細資訊,請參閱 輸入概觀

路由事件資訊

識別碼欄位 StylusButtonDownEvent
路由策略 鼓 泡
代理人 StylusButtonEventHandler

適用於

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另請參閱