Back to Devexpress

TaskDependencyModificationCancelEventArgs Properties

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

latest3.4 KB
Original Source

TaskDependencyModificationCancelEventArgs Properties

Provides data for the TaskDependencyModification and TaskDependencyModificationCompleted events.

NameDescription
AllowGets or sets whether users are allowed to modify the dependency.
CancelAllows you to cancel the operation.
ChangeTypeGets the type of the operation. Inherited from TaskDependencyModificationEventArgs.
OriginalSuccessorNodeGets the processed dependency’s original (before the operation) successor node. Inherited from TaskDependencyModificationEventArgs.
OriginalSuccessorTaskGets the processed dependency’s original (before the operation) successor task. Inherited from TaskDependencyModificationEventArgs.
PredecessorNodeGets the processed dependency’s current (during the operation) predecessor node. Inherited from TaskDependencyModificationEventArgs.
PredecessorTaskGets the processed dependency’s current (during the operation) predecessor task. Inherited from TaskDependencyModificationEventArgs.
SuccessorNodeGets the processed dependency’s current (during the operation) successor node. Inherited from TaskDependencyModificationEventArgs.
SuccessorTaskGets the processed dependency’s current (during the operation) successor task. Inherited from TaskDependencyModificationEventArgs.
TypeGets the type of the processed dependency. Inherited from TaskDependencyModificationEventArgs.

See Also

TaskDependencyModificationCancelEventArgs Class

TaskDependencyModificationCancelEventArgs Members

DevExpress.XtraGantt Namespace