Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataWebControlBase.ResourcesChanged Event

Fires when the resources’ properties are changed.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event PersistentObjectsEventHandler ResourcesChanged

Event Data

The ResourcesChanged 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 ResourcesChanged event is raised when the values of the resources’ properties are changed. The resource(s), whose property has been changed is obtained by the PersistentObjectsEventArgs.Objects event parameter property, which returns a IList interface.

See Also