SchedulerStorage.AppointmentCollectionCleared Event
In This Article
Fires after the appointment collection has been cleared.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The AppointmentCollectionCleared event's handler receives an argument of the EventArgs type.
#Remarks
The AppointmentCollectionCleared event serves as a notification that the appointment collection has been cleared. This occurs after the Clear method of the AppointmentStorage has been called.
See Also