TaskMovingEventArgs Properties
Provides data for the TaskMoveStarted, TaskMoving, TaskMoveCanceled, and TaskMoved events.
Name | Description |
---|---|
Current |
Gets or sets the processed task’s current (during the operation) finish date. |
Current |
Gets or sets the processed task’s current (during the operation) start date. |
Original |
Gets the processed task’s original (before the operation) finish date. |
Original |
Gets the processed task’s original (before the operation) start date. |
Processed |
Gets the modified node.
Inherited from Task |
Processed |
Gets the modified task.
Inherited from Task |
Task |
Gets information about segments of the processed split task.
Inherited from Task |
See Also