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