UIElement3D.StylusButtonUp 事件

定義

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

public:
 virtual event System::Windows::Input::StylusButtonEventHandler ^ StylusButtonUp;
public event System.Windows.Input.StylusButtonEventHandler StylusButtonUp;
member this.StylusButtonUp : System.Windows.Input.StylusButtonEventHandler 
Public Custom Event StylusButtonUp As StylusButtonEventHandler 

事件類型

實作

備註

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

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

StylusButtonUp.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

路由事件資訊

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

適用於

另請參閱