Class GanttRowCreatedEventArgs<T>
Provides information about the RowCreated event.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttRowCreatedEventArgs<T> : RowCreatedEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | TValue of the SfGantt<TValue>component. |
Constructors
GanttRowCreatedEventArgs()
Declaration
public GanttRowCreatedEventArgs()