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