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