Class GanttEditEventArgs
The event arguments for the OnEdit event.
Inheritance
System.Object
GanttEditEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttEditEventArgs : EventArgs
Constructors
GanttEditEventArgs()
Declaration
public GanttEditEventArgs()
GanttEditEventArgs(Object)
Declaration
public GanttEditEventArgs(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 edit.
Declaration
public object Item { get; set; }
Property Value
System.Object
|