SchedulerSettings.ResourceCollectionLoaded Property
In This Article
Enables you to perform custom actions after resources have been loaded into the ResourceBaseCollection collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler ResourceCollectionLoaded { get; set; }
#Property Value
Type | Description |
---|---|
Event |
A method to which custom processing is delegated. |
#Remarks
The ResourceCollectionLoaded event serves as a notification that the ResourceBaseCollection collection has been populated.
See Also