UIElement.PreviewQueryContinueDrag イベント

定義

ドラッグ アンド ドロップ操作の実行中にキーボードまたはマウス ボタンの状態が変化したときに発生します。

public:
 event System::Windows::QueryContinueDragEventHandler ^ PreviewQueryContinueDrag;
public event System.Windows.QueryContinueDragEventHandler PreviewQueryContinueDrag;
member this.PreviewQueryContinueDrag : System.Windows.QueryContinueDragEventHandler 
Public Custom Event PreviewQueryContinueDrag As QueryContinueDragEventHandler 

イベントの種類

注釈

この PreviewQueryContinueDrag イベントを使用すると、ドラッグ ソースでドラッグ アンド ドロップ操作を取り消す必要があるかどうかを宣言できます。

このイベントは、このクラスの添付イベントの DragDrop.PreviewQueryContinueDrag エイリアスを作成します。これにより PreviewQueryContinueDrag 、 が基本要素として継承されるときに UIElement 、クラス メンバー リストの一部になります。 イベントに PreviewQueryContinueDrag アタッチされたイベント ハンドラーは、基になる DragDrop.PreviewQueryContinueDrag アタッチされたイベントにアタッチされ、同じイベント データ インスタンスを受け取ります。

ルーティングされたイベント情報

識別子フィールド PreviewQueryContinueDragEvent
ルーティング戦略 トンネリング
代理人 QueryContinueDragEventHandler
  • 対応するバブリング イベントは です QueryContinueDrag

  • 派生クラスでこのイベントのクラス処理を実装するには、 をオーバーライド OnPreviewQueryContinueDrag します。

適用対象