ClassSchedulerEditEventArgs
Class
The event arguments for the OnEdit event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SchedulerEditEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerEditEventArgs
Inherited Members
Constructors
SchedulerEditEventArgs()
Declaration
cs-api-definition
public SchedulerEditEventArgs()
Properties
End
The end of the appointment or timeslot.
IsAllDay
Speficies whether the appointment or timeslot is AllDay.
IsCancelled
Whether the event is cancelled and the built-in action prevented.
IsNew
Indicates whether we are about to add a new appointment or edit an existing one.
Item
The appointment the user attempts to edit.