How can I help you?
IDependencyEventArgs
16 Mar 20261 minute to read
Properties
fromItem IGanttData
Represents the predecessor task involved in the dependency.
isValidLink boolean
Indicates whether the dependency link is valid.
newPredecessorString string
Specifies the updated predecessor string after modification.
predecessor IPredecessor
Contains the predecessor object with detailed link information.
requestType string
Specifies the type of request triggering the event (e.g., ‘add’, ‘remove’).
toItem IGanttData
Represents the successor task involved in the dependency.