Back to Devexpress

SchedulerDataStorage.ResourceCollectionLoaded Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-104e7e99.md

latest1.6 KB
Original Source

SchedulerDataStorage.ResourceCollectionLoaded Event

Fires after resources have been loaded into the Scheduler storage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler ResourceCollectionLoaded
vb
Public Event ResourceCollectionLoaded As EventHandler

Event Data

The ResourceCollectionLoaded event's data class is EventArgs.

Remarks

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

E.g. 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

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace