The event arguments for the OnDelete event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SchedulerDeleteEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerDeleteEventArgs
Inherited Members
Constructors
C#
public SchedulerDeleteEventArgs()
Properties
Expresses whether the user wants to delete a single occurrence or the entire series of a recurring appointment.
C#
public SchedulerRecurrenceEditMode EditMode { get; set; }
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.