Class GanttRelationshipEstablishedEventArgs
Provides data for the
Inheritance
System.Object
GanttRelationshipEstablishedEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttRelationshipEstablishedEventArgs : EventArgs
Constructors
GanttRelationshipEstablishedEventArgs()
Declaration
public GanttRelationshipEstablishedEventArgs()
Properties
EndTask
Gets the end task of the relation.
Declaration
public object EndTask { get; }
Property Value
Type |
---|
System.Object |
Relationship
Gets the type of the relation.
Declaration
public GanttTaskRelationship Relationship { get; }
Property Value
Type |
---|
GanttTaskRelationship |
StartTask
Gets the start task of the relation.
Declaration
public object StartTask { get; }
Property Value
Type |
---|
System.Object |