TaskDependencyModificationEventArgs Properties
Provides data for TaskDependencyModificationCanceled and TaskDependencyModified events.
Name | Description |
---|---|
Change |
Gets the type of the operation. |
Original |
Gets the processed dependency’s original (before the operation) successor node. |
Original |
Gets the processed dependency’s original (before the operation) successor task. |
Predecessor |
Gets the processed dependency’s current (during the operation) predecessor node. |
Predecessor |
Gets the processed dependency’s current (during the operation) predecessor task. |
Successor |
Gets the processed dependency’s current (during the operation) successor node. |
Successor |
Gets the processed dependency’s current (during the operation) successor task. |
Type | Gets the type of the processed dependency. |
See Also