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