DragDrop.PreviewDrop 添付イベント
定義
ドロップ先として機能する要素の境界内でオブジェクトがドロップされた時点で発生します。Occurs when an object is dropped within the bounds of an element that is acting as a drop target.
see AddPreviewDropHandler, and RemovePreviewDropHandler
see AddPreviewDropHandler, and RemovePreviewDropHandler
see AddPreviewDropHandler, and RemovePreviewDropHandler
注釈
このイベントは、ドロップ先として機能する要素の境界内でオブジェクトがドロップされたときに1回発生します。This event is raised once when an object is dropped within the bounds of an element that is acting as a drop target. 要素のプロパティがの場合、このイベントは発生しません AllowDrop false
。This event is not raised if the element's AllowDrop property is false
. このイベントは、ドラッグアンドドロップ操作を終了します。This event ends the drag-and-drop operation.
詳細については、Drop イベントを参照してください。For more information, see the Drop event.
ルーティングされたイベント情報Routed Event Information
識別子フィールドIdentifier Field | PreviewDropEvent |
ルーティング方法Routing Strategy | トンネリングTunneling |
代理人Delegate | DragEventHandler |
対応するバブルイベントは Drop です。The corresponding bubbling event is Drop.