Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TaskDependencyModificationEventArgs Properties

Provides data for TaskDependencyModificationCanceled and TaskDependencyModified events.
Name Description
ChangeType Gets the type of the operation.
OriginalSuccessorNode Gets the processed dependency’s original (before the operation) successor node.
OriginalSuccessorTask Gets the processed dependency’s original (before the operation) successor task.
PredecessorNode Gets the processed dependency’s current (during the operation) predecessor node.
PredecessorTask Gets the processed dependency’s current (during the operation) predecessor task.
SuccessorNode Gets the processed dependency’s current (during the operation) successor node.
SuccessorTask Gets the processed dependency’s current (during the operation) successor task.
Type Gets the type of the processed dependency.
See Also