Class PredecessorChangingEventArgs
Provides data for the PredecessorChanging event, which occurs before a predecessor relationship is added, updated, or removed.
Inheritance
System.Object
PredecessorChangingEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class PredecessorChangingEventArgs : CancelEventArgs
Constructors
PredecessorChangingEventArgs()
Declaration
public PredecessorChangingEventArgs()
Properties
CurrentNode
Gets the node that is about to undergo a dependency change.
Declaration
public GanttNode CurrentNode { get; }
Property Value
| Type |
|---|
| GanttNode |
DependencyNodes
Gets the list of all nodes currently linked as dependencies to the task.
Declaration
public List<GanttNode> DependencyNodes { get; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<GanttNode> |
PredecessorChangeInfo
Gets the details of the pending predecessor change, including old and new values.
Declaration
public PredecessorChangeInfo PredecessorChangeInfo { get; }
Property Value
| Type |
|---|
| PredecessorChangeInfo |