Class
GanttAddEventArgs

The event arguments for the OnAdd event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttAddEventArgs : EventArgs

Inheritance: objectEventArgsGanttAddEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttAddEventArgs()

Declaration

cs-api-definition
public GanttAddEventArgs()

GanttAddEventArgs(object)

Declaration

cs-api-definition
public GanttAddEventArgs(object item)

Parameters

item

object

Properties

IsCancelled

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

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Item

The task the user attempts to add.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object