QueryContinueDragEventArgs::Action Property
.NET Framework (current version)
Gets or sets the current status of the associated drag-and-drop operation.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows::DragActionA member of the DragAction enumeration indicating the current status of the associated drag-and-drop operation.
By default, the QueryContinueDrag event sets the Action property to Cancel if the ESC key is pressed, and sets Action to Drop if the left, middle, or right mouse button is released.
.NET Framework
Available since 3.0
Available since 3.0
Show: