ISchedulerStorageBase.ResourceCollectionLoaded Event
Fires after resources have been loaded into the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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