Class
SchedulerCancelEventArgs

The event arguments for the OnCancel event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SchedulerCancelEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerCancelEventArgs()

Declaration

cs-api-definition
public SchedulerCancelEventArgs()

SchedulerCancelEventArgs(object)

Declaration

cs-api-definition
public SchedulerCancelEventArgs(object item)

Parameters

item

object

Properties

Item

The appointment model that the user edited with the changes they discarded.

Declaration

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

Property Value

object