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