Version

TaskElementDraggingEventArgs Class Properties

For a list of all members of this type, see TaskElementDraggingEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDateTimeReturns the date and time corresponding to the current drag position.  
Public PropertyDragIncrementReturns or sets a boolean value which determines the increment for each movement of the drag operation.  
Public PropertyDragTypeReturns a constant which identifies the task property that is changed by the drag operation.  
Public PropertyOriginalDeadlineReturns the value of the task's Deadline at the time the drag operation was initiated.  
Public PropertyOriginalDurationReturns the value of the task's Duration at the time the drag operation was initiated.  
Public PropertyOriginalPercentCompleteReturns the value of the task's PercentComplete at the time the drag operation was initiated.  
Public PropertyOriginalStartReturns the value of the task's StartDateTime at the time the drag operation was initiated.  
Public PropertyPhaseReturns a constant which identifies the phase of the drag operation.  
Public PropertyTaskOverridden. Returns the Task for which the event was fired.  
See Also