SchedulerControl.EditRecurrentAppointmentFormShowing Event
Occurs before the Open Recurring Item form is invoked.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The EditRecurrentAppointmentFormShowing event's handler receives an argument of the EditAppointmentFormEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Allow |
Gets or sets a value indicating whether end-users are allowed to resize the form.
Inherited from Form |
Appointment | Gets the appointment for which the form showing event has been raised. |
Cancel |
Gets or sets the value indicating whether to cancel invoking the form.
Inherited from Form |
Form |
Gets or sets the form to be invoked.
Inherited from Form |
Open |
Gets the value indicating whether the Appointment Recurrence form is displayed on the top of the Edit Appointment form. |
Size |
Obsolete. This API is obsolete now.
Inherited from Form |
View |
Gets or sets the View Model for the form which will be invoked.
Inherited from Form |
#Remarks
The EditRecurrentAppointmentFormShowing event is raised only if the OptionsBehavior.RecurrentAppointmentEditAction is set to the RecurrentAppointmentAction.Ask value. Handle this event to perform any actions prior to the Open Recurring Item dialog being shown. For example, you can substitute the default dialog with a custom one.
This dialog can be invoked either by an end-user, or via the SchedulerControl.ShowEditRecurrentAppointmentForm method.
The Open Recurring Item dialog is illustrated below: