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

PersistentObjectStorage<T>.ObjectChanged Event

Occurs when a persistent object in the storage is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public event PersistentObjectEventHandler ObjectChanged

Event Data

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

Property Description
Object Gets the persistent object (appointment, resource or appointment dependency) for which the event occurs.
See Also