Skip to main content

ASPxScheduler.RecurrentAppointmentEditFormShowing Event

Occurs before the Open Recurring Item dialog window is invoked.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public event RecurrentAppointmentEditFormEventHandler RecurrentAppointmentEditFormShowing

Event Data

The RecurrentAppointmentEditFormShowing event's data class is DevExpress.Web.ASPxScheduler.RecurrentAppointmentEditFormEventArgs.

Remarks

The RecurrentAppointmentEditFormShowing event is only fired when the SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction is set to RemindersFormDefaultAction.Custom.

Handle this event to perform any actions prior to the Open Recurring Item dialog being shown.

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

The default dialog window is illustrated below:

OpenRecurringItem

See Also