Skip to main content
All docs
V19.2

ASPxSchedulerStorage.ResourceCollectionLoaded Event

Fires after resources have been loaded into the ResourceBaseCollection collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.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