PersistentObjectStorage<T>.RollbackExistingObject(T) Method
Restores an object to its previous state and cancels uncommitted changes that were made to the object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | T | An object whose changes are cancelled. |
See Also