Skip to main content

ISchedulerStorageBase.ResourceCollectionLoaded Event

Fires after resources have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

event EventHandler ResourceCollectionLoaded

Event Data

The ResourceCollectionLoaded event's data class is EventArgs.

Remarks

The ResourceCollectionLoaded event serves as a notification that the ISchedulerStorageBase.Resources collection has been populated.

For instance, this event occurs after the ResourceCollection.ReadXml method has been called. This method loads resources into the collection from an XML file or a stream.

See Also