Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSchedulerStorage.ResourceCollectionLoaded Event

Fires after resources have been loaded into the ResourceBaseCollection collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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