Back to Devexpress

DeleteRecurrentAppointmentFormEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-426b0aeb.md

latest3.0 KB
Original Source

DeleteRecurrentAppointmentFormEventArgs Class

Provides data for the SchedulerControl.DeleteRecurrentAppointmentFormShowing event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class DeleteRecurrentAppointmentFormEventArgs :
    RecurrentAppointmentActionFormEventArgs
vb
Public Class DeleteRecurrentAppointmentFormEventArgs
    Inherits RecurrentAppointmentActionFormEventArgs

DeleteRecurrentAppointmentFormEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs ShowFormEventArgs AppointmentFormEventArgs RecurrentAppointmentActionFormEventArgs DeleteRecurrentAppointmentFormEventArgs

See Also

DeleteRecurrentAppointmentFormEventArgs Members

DeleteRecurrentAppointmentFormShowing

DevExpress.XtraScheduler Namespace