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