Skip to main content

ISchedulerStorageBase.AppointmentDependencyCollectionCleared Event

Fires after the appointment dependency collection has been cleared.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v25.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

event EventHandler AppointmentDependencyCollectionCleared

#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