SchedulerStorage.ResourcesChanged Event
Occurs when a resource or several resources in a collection are changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public event PersistentObjectsEventHandler ResourcesChanged
Public Event ResourcesChanged As PersistentObjectsEventHandler
Event Data
The ResourcesChanged event's handler receives an argument of the PersistentObjectsEventArgs type. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Objects | Gets the persistent objects for which the event was raised. |
Remarks
The ResourcesChanged event is fired when a property or custom field of a Resource is modified. The resources whose properties have been changed are identified by the event parameter's PersistentObjectsEventArgs.Objects property.
See Also