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

PersistentObjectStorage<T>.ObjectCollectionLoaded Event

Occurs when persistent objects are loaded from the data source into the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public event EventHandler ObjectCollectionLoaded

Event Data

The ObjectCollectionLoaded event's data class is EventArgs.

See Also