PersistentObjectCancelEventArgs(IPersistentObject) Constructor
Initializes a new instance of the PersistentObjectCancelEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | IPersistentObject | A IPersistentObject value which is the event’s persistent object. This value is assigned to the PersistentObjectEventArgs.Object property. |
See Also