TaskDependencyModificationCancelEventArgs Properties
Provides data for the TaskDependencyModification and TaskDependencyModificationCompleted events.
Name | Description |
---|---|
Allow | Gets or sets whether users are allowed to modify the dependency. |
Cancel | Allows you to cancel the operation. |
Change |
Gets the type of the operation.
Inherited from Task |
Original |
Gets the processed dependency’s original (before the operation) successor node.
Inherited from Task |
Original |
Gets the processed dependency’s original (before the operation) successor task.
Inherited from Task |
Predecessor |
Gets the processed dependency’s current (during the operation) predecessor node.
Inherited from Task |
Predecessor |
Gets the processed dependency’s current (during the operation) predecessor task.
Inherited from Task |
Successor |
Gets the processed dependency’s current (during the operation) successor node.
Inherited from Task |
Successor |
Gets the processed dependency’s current (during the operation) successor task.
Inherited from Task |
Type |
Gets the type of the processed dependency.
Inherited from Task |
See Also