Back to Devexpress

SchedulerDataStorage.AppointmentCollectionCleared Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-5b1c740f.md

latest1.5 KB
Original Source

SchedulerDataStorage.AppointmentCollectionCleared Event

Fires after the appointment collection has been cleared.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler AppointmentCollectionCleared
vb
Public Event AppointmentCollectionCleared As EventHandler

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

AppointmentCollectionLoaded

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace