Skip to main content

ASPxScheduler.RecurrentAppointmentDeleteFormShowing Event

Occurs before the Confirm Delete dialog window is invoked.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public event RecurrentAppointmentDeleteFormEventHandler RecurrentAppointmentDeleteFormShowing

Event Data

The RecurrentAppointmentDeleteFormShowing event's data class is DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteFormEventArgs.

Remarks

The RecurrentAppointmentDeleteFormShowing event is only fired when the SchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction is set to RemindersFormDefaultAction.Custom.

Handle this event to perform any actions prior to the Confirm Delete dialog being shown.

You can set the SchedulerFormEventArgs.Cancel to true to cancel the action.

See Also