Class
SchedulerDeleteEventArgs

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 EventArgs.Empty

Constructors

SchedulerDeleteEventArgs()

Declaration

cs-api-definition
public SchedulerDeleteEventArgs()

SchedulerDeleteEventArgs(object)

Declaration

cs-api-definition
public SchedulerDeleteEventArgs(object item)

Parameters

item

object

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

SchedulerRecurrenceEditMode

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.

Item

The appointment model that the user deleted.

Declaration

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

Property Value

object