Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual void RollbackExistingObject(
    T obj
)

Parameters

Name Type Description
obj T

An object whose changes are cancelled.

See Also