Back to Devexpress

TaskMovingEventArgs Properties

windowsforms-devexpress-dot-xtragantt-dot-taskmovingeventargs-dot-underscore-properties.md

latest2.1 KB
Original Source

TaskMovingEventArgs Properties

Provides data for the TaskMoveStarted, TaskMoving, TaskMoveCanceled, and TaskMoved events.

NameDescription
CurrentTaskFinishGets or sets the processed task’s current (during the operation) finish date.
CurrentTaskStartGets or sets the processed task’s current (during the operation) start date.
OriginalTaskFinishGets the processed task’s original (before the operation) finish date.
OriginalTaskStartGets the processed task’s original (before the operation) start date.
ProcessedNodeGets the modified node. Inherited from TaskModificationEventArgs.
ProcessedTaskGets the modified task. Inherited from TaskModificationEventArgs.
TaskSplitInfoGets information about segments of the processed split task. Inherited from TaskModificationEventArgs.

See Also

TaskMovingEventArgs Class

TaskMovingEventArgs Members

DevExpress.XtraGantt Namespace