Class
GanttCancelEventArgs

The event arguments for the OnCancel event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttCancelEventArgs : EventArgs

Inheritance: objectEventArgsGanttCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttCancelEventArgs()

Declaration

cs-api-definition
public GanttCancelEventArgs()

GanttCancelEventArgs(object)

Declaration

cs-api-definition
public GanttCancelEventArgs(object item)

Parameters

item

object

Properties

Item

The task model that the user edited with the changes discarded.

Declaration

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

Property Value

object