Class GanttAddEventArgs
The event arguments for the OnAdd event.
Inheritance
System.Object
GanttAddEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttAddEventArgs : EventArgs
Constructors
GanttAddEventArgs()
Declaration
public GanttAddEventArgs()
GanttAddEventArgs(Object)
Declaration
public GanttAddEventArgs(object item)
Parameters
System.Object
item
|
Properties
IsCancelled
Whether the event is cancelled and the built-in action prevented.
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|
Item
The task the user attempts to add.
Declaration
public object Item { get; set; }
Property Value
System.Object
|