The following tables list the members exposed by TaskElementDraggingEventArgs.
Name | Description | |
---|---|---|
TaskElementDraggingEventArgs Constructor | Creates a new instance of the class. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
DateTime | Returns the date and time corresponding to the current drag position. | |
DragIncrement | Returns or sets a boolean value which determines the increment for each movement of the drag operation. | |
DragType | Returns a constant which identifies the task property that is changed by the drag operation. | |
OriginalDeadline | Returns the value of the task's Deadline at the time the drag operation was initiated. | |
OriginalDuration | Returns the value of the task's Duration at the time the drag operation was initiated. | |
OriginalPercentComplete | Returns the value of the task's PercentComplete at the time the drag operation was initiated. | |
OriginalStart | Returns the value of the task's StartDateTime at the time the drag operation was initiated. | |
Phase | Returns a constant which identifies the phase of the drag operation. | |
Task | Overridden. Returns the Task for which the event was fired. |
Name | Description | |
---|---|---|
ToString | Returns the string representation of this instance. |