PersistentObjectsEventArgs Class
Provides data for the persistent objects events of the SchedulerStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Remarks
The PersistentObjectsEventArgs class introduces an PersistentObjectsEventArgs.Objects property that specifies the persistent objects being processed in the event handler.
An instance of the PersistentObjectsEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also