SchedulerControl.DeleteRecurrentAppointmentFormShowing Event
Occurs before the Confirm Delete form is invoked.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public event DeleteRecurrentAppointmentFormEventHandler DeleteRecurrentAppointmentFormShowing
#Event Data
The DeleteRecurrentAppointmentFormShowing event's data class is DeleteRecurrentAppointmentFormEventArgs. 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 |
Appointments | Gets the collection of appointments to be deleted. |
Cancel |
Gets or sets the value indicating whether to cancel invoking the form.
Inherited from Form |
Form |
Gets or sets the form which will be invoked.
Inherited from Form |
Size |
Obsolete. This property is obsolete.
Inherited from Form |
View |
Gets or sets the View Model for the form which will be invoked.
Inherited from Form |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Handle the DeleteRecurrentAppointmentFormShowing event to perform any actions before the Confirm Delete dialog is shown. For instance, a custom dialog can be substituted in place of the standard dialog.
The Confirm Delete dialog window is illustrated below: