RecurrentAppointmentActionFormEventArgs Class
In This Article
Provides data for the SchedulerControl.DeleteRecurrentAppointmentFormShowing event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class RecurrentAppointmentActionFormEventArgs :
AppointmentFormEventArgs
#Remarks
RecurrentAppointmentActionFormEventArgs objects are automatically created, initialized and passed to the SchedulerControl.DeleteRecurrentAppointmentFormShowing event handlers.
#Inheritance
Object
EventArgs
ShowFormEventArgs
AppointmentFormEventArgs
RecurrentAppointmentActionFormEventArgs
See Also