Class TaskConnectorChangedEventArgs<TValue>
Provides information about the TaskConnectorChanged event.
Inheritance
System.Object
TaskConnectorChangedEventArgs<TValue>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class TaskConnectorChangedEventArgs<TValue> : Object
Type Parameters
Name |
---|
TValue |
Constructors
TaskConnectorChangedEventArgs()
Declaration
public TaskConnectorChangedEventArgs()
Properties
IsStartPredecessor
Gets a boolean value indicating whether predecessor taskbar’s connection point is start or finish.
Declaration
public bool IsStartPredecessor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsStartSuccessor
Gets a boolean value indicating whether successor taskbar’s connection point is start or finish.
Declaration
public bool IsStartSuccessor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PredecessorData
Gets the data associated with the predecessor in the connector line.
Declaration
public TValue PredecessorData { get; }
Property Value
Type | Description |
---|---|
TValue | An object of the type |
SuccessorData
Gets the data associated with the successor in the connector line.
Declaration
public TValue SuccessorData { get; }
Property Value
Type | Description |
---|---|
TValue | An object of the type |