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