UIElement.PreviewStylusButtonUp
UIElement.PreviewStylusButtonUp
UIElement.PreviewStylusButtonUp
UIElement.PreviewStylusButtonUp
Event
定義
この要素の上にポインターがある状態でスタイラス ボタンが離されたときに発生します。Occurs when the stylus button is released while the pointer is over this element.
public:
virtual event System::Windows::Input::StylusButtonEventHandler ^ PreviewStylusButtonUp;
public event System.Windows.Input.StylusButtonEventHandler PreviewStylusButtonUp;
member this.PreviewStylusButtonUp : System.Windows.Input.StylusButtonEventHandler
Public Custom Event PreviewStylusButtonUp As StylusButtonEventHandler
実装
注釈
このイベントのエイリアスを作成する、Stylus.PreviewStylusButtonUp添付イベントは、このクラスのようにPreviewStylusButtonUp一部であるクラスのメンバーのリストUIElementは基本要素として継承されます。This event creates an alias for the Stylus.PreviewStylusButtonUp attached event for this class, so that PreviewStylusButtonUp is part of the class members list when UIElement is inherited as a base element. イベント ハンドラーに関連付けられている、PreviewStylusButtonUpイベントは、基になるに関連付けられているStylus.PreviewStylusButtonUp添付イベントと同じイベント データ インスタンスを受信します。Event handlers that are attached to the PreviewStylusButtonUp event are attached to the underlying Stylus.PreviewStylusButtonUp 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 | PreviewStylusButtonUpEvent |
ルーティング方法Routing strategy | トンネリングTunneling |
DelegateDelegate | StylusButtonEventHandler |
対応するバブル イベントがStylusButtonUpします。The corresponding bubbling event is StylusButtonUp.
オーバーライドOnPreviewStylusButtonUp派生クラスでは、このイベントに対するクラス処理を実装します。Override OnPreviewStylusButtonUp to implement class handling for this event in derived classes.
適用対象
フィードバック
お客様のご意見をお寄せください。 お寄せいただく内容の種類を選択:
このフィードバック システムは、GitHub Issues を利用して構築されています。 詳しくは、ブログをご覧ください。
フィードバックを読み込んでいます...