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