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

PersistentObjectStorage<T>.ObjectInserted Event

Occurs when a persistent object is inserted into the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public event PersistentObjectEventHandler ObjectInserted

Event Data

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