Back to Devexpress

SchedulerDataStorage.AppointmentDependencyCollectionCleared Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-c92071bf.md

latest1.5 KB
Original Source

SchedulerDataStorage.AppointmentDependencyCollectionCleared Event

Fires after the appointment dependency collection has been cleared.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler AppointmentDependencyCollectionCleared
vb
Public Event AppointmentDependencyCollectionCleared As EventHandler

Event Data

The AppointmentDependencyCollectionCleared event's data class is EventArgs.

Remarks

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

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace