Enum DragStatus
Represents the status of a drag/drop operation.
Namespace: Telerik.Windows.Controls.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum DragStatus
DragCancel
The drag/drop has been cancelled.
DragComplete
The drag/drop process is successful, notifying the source.
DragInProgress
Dragging has started, no drop zones have been found.
DragQuery
A mouse down mouse has moved over a registered element, it is being queried now.
DropCancel
The drop operation has been cancelled.
DropComplete
The drop operation has completed successfully.
DropDestinationQuery
The destination is asked whether the element can be dropped.
DropImpossible
The drop is not possible due to refusal of one of the partied.
DropPossible
The drop is acknowledged by both parties.
DropSourceQuery
The source is asked whether the element can be dropped.
None
No drag or drop operations underway.