Class
GanttEditEventArgs

The event arguments for the OnEdit event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttEditEventArgs : EventArgs

Inheritance: objectEventArgsGanttEditEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttEditEventArgs()

Declaration

cs-api-definition
public GanttEditEventArgs()

GanttEditEventArgs(object)

Declaration

cs-api-definition
public GanttEditEventArgs(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 edit.

Declaration

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

Property Value

object