DeleteRecurrentAppointmentFormEventArgs(AppointmentBaseCollection) Constructor
In This Article
Initializes a new instance of the DeleteRecurrentAppointmentFormEventArgs class with the specified appointments.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
appointments | Appointment |
A DevExpress. |
#Remarks
Instances of the DeleteRecurrentAppointmentFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also