Version

TaskDragPhase Enumeration

Constants which identify the various phases for the TaskElementDragging event.
Syntax
'Declaration
 
Public Enum TaskDragPhase 
   Inherits System.Enum
public enum TaskDragPhase : System.Enum 
Members
MemberDescription
BeginningThe drag operation is beginning. This phase coincides with the user pressing the logical left mouse button while the cursor is positioned over a draggable element of the Task.
EndingThe user has released the logical left mouse button, committing the result of the drag operation.
MovingThe user is moving the cursor while holding the logical left mouse button down.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also