GanttEditEventArgs
Class
The event arguments for the OnEdit event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GanttEditEventArgs : EventArgs
Inheritance: objectEventArgsGanttEditEventArgs
Inherited Members
Constructors
C#
public GanttEditEventArgs()
Properties
Whether the event is cancelled and the built-in action prevented.
C#
public bool IsCancelled { get; set; }