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

ASPxSchedulerStorage.ResourcesInserted Event

Occurs when new resources are inserted into the ResourceBaseCollection collection.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event PersistentObjectsEventHandler ResourcesInserted

Event Data

The ResourcesInserted event's data class is PersistentObjectsEventArgs. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event occurs.

Remarks

The ResourcesInserted event serves as a notification that resources have been added to the collection. The event parameter’s PersistentObjectsEventArgs.Objects property allows you to get the resources which have been added.

To specify whether a resource can be added, handle the ASPxSchedulerStorage.ResourceInserting event.

Implements

See Also