ISchedulerStorageBase.AppointmentDependencyCollectionCleared Event
Fires after the appointment dependency collection has been cleared.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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