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