DragDrop.PreviewQueryContinueDrag Attached Event
.NET Framework 4.6 and 4.5
Occurs continuously while a drag-and-drop operation is in progress, and enables the drop source to end the drag-and-drop operation depending on the key/button states.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
This event is raised continuously while the drag source is being dragged. For more information, see the QueryContinueDrag event.
Routed Event Information
Identifier Field | |
Routing Strategy | Tunneling |
Delegate |
The corresponding bubbling event is QueryContinueDrag.
Show: