PersistentObjectStorage<T>.ObjectCollectionCleared Event
In This Article
Occurs when a collection of persistent objects in the storage is cleared.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
[Browsable(false)]
public event EventHandler ObjectCollectionCleared
#Event Data
The ObjectCollectionCleared event's data class is EventArgs.
See Also