Version

TaskElementDraggingEventArgs Class Members

The following tables list the members exposed by TaskElementDraggingEventArgs.

Public Constructors
 NameDescription
Public ConstructorTaskElementDraggingEventArgs ConstructorCreates a new instance of the class.  
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.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this instance.  
See Also