UIElement.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 UIElement が基本要素として継承されている場合、はクラスメンバーリストの一部になります。 イベントにアタッチされているイベントハンドラー StylusButtonUp は、基になる添付イベントにアタッチされ、 Stylus.StylusButtonUp 同じイベントデータインスタンスを受け取ります。
タッチ、マウス、およびスタイラスの入力は、特定の関係にあります。 詳細については、「 入力の概要」を参照してください。
ルーティングされたイベント情報
識別子フィールド | StylusButtonUpEvent |
ルーティング方法 | バブリング |
Delegate | StylusButtonEventHandler |
対応するトンネリングイベントは PreviewStylusButtonUp です。
をオーバーライドし OnStylusButtonUp て、派生クラスでこのイベントのクラス処理を実装します。