ASPxSchedulerDataWebControlBase.ResourceCollectionLoaded Event
In This Article
Fires after resources have been loaded into the ResourceBaseCollection collection.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public event EventHandler ResourceCollectionLoaded
#Event Data
The ResourceCollectionLoaded event's data class is EventArgs.
#Remarks
The ResourceCollectionLoaded event serves as a notification that the ResourceBaseCollection collection has been populated.
See Also