DragDrop.PreviewDragLeave 添付イベント
定義
オブジェクトがドロップ ターゲットの役目を果たす要素の境界の外にドロップされずにドラッグされたときに発生します。Occurs when an object is dragged out of the bounds of an element that is acting as a drop target without being dropped.
see AddPreviewDragLeaveHandler, and RemovePreviewDragLeaveHandler
see AddPreviewDragLeaveHandler, and RemovePreviewDragLeaveHandler
see AddPreviewDragLeaveHandler, and RemovePreviewDragLeaveHandler
注釈
このイベントは、ドロップ先として機能する要素の境界の外にオブジェクトがドラッグされるたびに発生します。This event is raised once each time an object is dragged out of the bounds of an element that is acting as a drop target without being dropped. 要素のプロパティがの場合、このイベントは発生しません AllowDrop false
。This event is not raised if the element's AllowDrop property is false
.
詳細については、DragLeave イベントを参照してください。For more information, see the DragLeave event.
ルーティングされたイベント情報Routed Event Information
識別子フィールドIdentifier field | PreviewDragLeaveEvent |
ルーティング方法Routing strategy | トンネリングTunneling |
代理人Delegate | DragEventHandler |
対応するバブルイベントは DragLeave です。The corresponding bubbling event is DragLeave.