ASPxSchedulerDataWebControlBase.ResourcesChanged Event
Fires when the resources’ properties are changed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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