Back to Devexpress

TaskDependencyModificationEventArgs Properties

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

latest2.1 KB
Original Source

TaskDependencyModificationEventArgs Properties

Provides data for TaskDependencyModificationCanceled and TaskDependencyModified events.

NameDescription
ChangeTypeGets the type of the operation.
OriginalSuccessorNodeGets the processed dependency’s original (before the operation) successor node.
OriginalSuccessorTaskGets the processed dependency’s original (before the operation) successor task.
PredecessorNodeGets the processed dependency’s current (during the operation) predecessor node.
PredecessorTaskGets the processed dependency’s current (during the operation) predecessor task.
SuccessorNodeGets the processed dependency’s current (during the operation) successor node.
SuccessorTaskGets the processed dependency’s current (during the operation) successor task.
TypeGets the type of the processed dependency.

See Also

TaskDependencyModificationEventArgs Class

TaskDependencyModificationEventArgs Members

DevExpress.XtraGantt Namespace