Class PredecessorChangedEventArgs
Provides data for the PredecessorChanged event, which occurs after a predecessor relationship has been added, updated, or removed.
Inheritance
System.Object
PredecessorChangedEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class PredecessorChangedEventArgs : EventArgs
Constructors
PredecessorChangedEventArgs()
Declaration
public PredecessorChangedEventArgs()
Properties
CurrentNode
Gets the details of the current node involved in the dependency relationship.
Declaration
public GanttNode CurrentNode { get; }
Property Value
| Type |
|---|
| GanttNode |
DependencyNodes
Gets the list of all nodes that are linked as dependencies to the current task.
Declaration
public List<GanttNode> DependencyNodes { get; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<GanttNode> |
PredecessorChangeInfo
Gets the details of the predecessor change, including old and new values.
Declaration
public PredecessorChangeInfo PredecessorChangeInfo { get; }
Property Value
| Type |
|---|
| PredecessorChangeInfo |