Class TaskRelationshipEventArgs
Represents the class for task relationship arguments.
Inheritance
System.Object
TaskRelationshipEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskRelationshipEventArgs : EventArgs
Constructors
TaskRelationshipEventArgs()
Declaration
public TaskRelationshipEventArgs()
Properties
EndTask
Gets the target task of the relationship.
Declaration
public object EndTask { get; }
Property Value
Type |
---|
System.Object |
Relationship
Gets the type of task relationship.
Declaration
public Relationship Relationship { get; }
Property Value
Type |
---|
Relationship |
StartTask
Gets the start task of the relationship.
Declaration
public object StartTask { get; }
Property Value
Type |
---|
System.Object |