Skip to main content

ISchedulerStorageBase.AppointmentCollectionCleared Event

Fires after the appointment collection has been cleared.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

event EventHandler AppointmentCollectionCleared

Event Data

The AppointmentCollectionCleared event's data class is EventArgs.

Remarks

The AppointmentCollectionCleared event serves as a notification that the appointment collection has been cleared. This occurs after the PersistentObjectStorage<T>.Clear method has been called.

See Also