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

PersistentObjectStorage<T>.ObjectCollectionCleared Event

Occurs when a collection of persistent objects in the storage is cleared.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public event EventHandler ObjectCollectionCleared

Event Data

The ObjectCollectionCleared event's data class is EventArgs.

See Also