ClassSchedulerDeleteEventArgs
Class
The event arguments for the OnDelete event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SchedulerDeleteEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerDeleteEventArgs
Inherited Members
Constructors
SchedulerDeleteEventArgs()
Declaration
cs-api-definition
public SchedulerDeleteEventArgs()
Properties
EditMode
Expresses whether the user wants to delete a single occurrence or the entire series of a recurring appointment.
Declaration
cs-api-definition
public SchedulerRecurrenceEditMode EditMode { get; set; }
Property Value
Remarks
Occurrence - the user wants to delete a single occurrence of a recurring appointment. Series - the user wants to delete the entire series of a recurring appointment.