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