CustomCalcTaskDependencyEventArgs Members
Provides data for the CustomCalcTaskDependency event.Constructors
Name | Description |
---|---|
CustomCalcTaskDependencyEventArgs() | Initializes a new instance of the CustomCalcTaskDependencyEventArgs class. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
ArrowBounds | Gets or sets the dependency arrow’s bounds. |
DependencyType | Gets the dependency type (finish-to-start, finish-to-finish, etc.). |
Handled | Gets or sets whether the event is handled. Suppresses the default calculation. |
Lines | Gets the list of lines that specify the dependency line. |
PredecessorDuration | Gets the predecessor task’s duration. |
PredecessorFinishDate | Gets the predecessor task’s finish date. |
PredecessorStartDate | Gets the predecessor task’s start date. |
RotateArrow | Gets or sets how much the arrow is rotated and the axis used to flip the arrow. |
SuccessorDuration | Gets the successor task’s duration. |
SuccessorFinishDate | Gets the successor task’s finish date. |
SuccessorStartDate | Gets the successor task’s start date. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also