Skip to main content
A newer version of this page is available. .

SchedulerStorageBase.AppointmentDependencyCollectionCleared Event

Fires after the appointment dependency collection has been cleared.

Namespace: DevExpress.XtraScheduler

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

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