PersistentObjectCancelEventArgs(IPersistentObject) Constructor
Initializes a new instance of the PersistentObjectCancelEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
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