Class PredecessorChangedEventArgs
Provides data for the PredecessorChanged event, which occurs after a predecessor relationship has been added, updated, or removed.
Inheritance
System.Object
System.EventArgs
PredecessorChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |