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