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

PersistentObjectStorage<T>.ObjectDeleted Event

Occurs when a persistent object is deleted from the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public event PersistentObjectEventHandler ObjectDeleted

Event Data

The ObjectDeleted 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