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

ISchedulerStorageBase.ResourceCollectionLoaded Event

Fires after resources have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

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

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