Skip to main content
A newer version of this page is available. .

ASPxScheduler.RecurrentAppointmentEditFormShowing Event

Occurs before the Open Recurring Item dialog window is invoked.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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