SchedulerStorage.ResourceCollectionLoaded Event
In This Article
Fires after resources have been loaded into the scheduler storage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The ResourceCollectionLoaded event's handler receives an argument of the EventArgs type.
#Remarks
The ResourceCollectionLoaded event serves as a notification that the SchedulerStorage.ResourceStorage collection has been populated.
For example, this event occurs after the ResourceStorage.LoadFromXml method has been called. This method loads resources into the collection from an XML file or a stream.
See Also