Class GanttRowUpdatedEventArgs<T>
Provides information about the RowUpdated event.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttRowUpdatedEventArgs<T> : RowUpdatedEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | TValue of the SfGantt<TValue> component. |
Constructors
GanttRowUpdatedEventArgs()
Declaration
public GanttRowUpdatedEventArgs()
Properties
ModifiedTaskData
Gets or sets the list of modified task data objects in the Gantt chart.
Declaration
public List<T> ModifiedTaskData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> | A list of modified task data objects. |
Remarks
It represents a collection of task data objects that have been modified due to CRUD operations in the gantt chart. Each task data object corresponds to a modified task in the gantt chart.