New to Telerik UI for BlazorStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public GanttAddEventArgs()
C#
public GanttAddEventArgs(object item)
Parameters:itemobject

Properties

Whether the event is cancelled and the built-in action prevented.

C#
public bool IsCancelled { get; set; }

The task the user attempts to add.

C#
public object Item { get; set; }