A newer version of this page is available.
Switch to the current version.
PersistentObjectStorage<T>.ObjectCollectionCleared Event
Occurs when a collection of persistent objects in the storage is cleared.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public event EventHandler ObjectCollectionCleared
Public Event ObjectCollectionCleared As EventHandler
Event Data
The ObjectCollectionCleared event's data class is EventArgs.
Implements
DevExpress.XtraScheduler.Internal.IInternalPersistentObjectStorage<T>.ObjectCollectionCleared
See Also
Feedback