Class
SchedulerCreateEventArgs

The event arguments for the OnCreate event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SchedulerCreateEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerCreateEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerCreateEventArgs()

Declaration

cs-api-definition
public SchedulerCreateEventArgs()

SchedulerCreateEventArgs(object)

Declaration

cs-api-definition
public SchedulerCreateEventArgs(object item)

Parameters

item

object

Properties

Item

The appointment model that the user inserted.

Declaration

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

Property Value

object