Skip to main content

SchedulerStorageBase.AppointmentDependencyCollectionCleared Event

Fires after the appointment dependency collection has been cleared.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public 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