TaskDependencyModificationCancelEventArgs Members
In This Article
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
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 |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also