windowsforms-devexpress-dot-xtrascheduler-426b0aeb.md
Provides data for the SchedulerControl.DeleteRecurrentAppointmentFormShowing event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class DeleteRecurrentAppointmentFormEventArgs :
RecurrentAppointmentActionFormEventArgs
Public Class DeleteRecurrentAppointmentFormEventArgs
Inherits RecurrentAppointmentActionFormEventArgs
DeleteRecurrentAppointmentFormEventArgs is the data class for the following events:
The SchedulerControl.DeleteRecurrentAppointmentFormShowing event occurs before the Confirm Delete dialog window is invoked. The DeleteRecurrentAppointmentFormEventArgs class introduces the DeleteRecurrentAppointmentFormEventArgs.DeleteSeries property that specifies if the entire series or just a single appointment should be deleted. The processed appointment is identified by the RecurrentAppointmentActionFormEventArgs.QueryResult property.
Note, that DeleteRecurrentAppointmentFormEventArgs objects are automatically created, initialized and passed to SchedulerControl.DeleteRecurrentAppointmentFormShowing event handlers.
Object EventArgs ShowFormEventArgs AppointmentFormEventArgs RecurrentAppointmentActionFormEventArgs DeleteRecurrentAppointmentFormEventArgs
See Also
DeleteRecurrentAppointmentFormEventArgs Members