Session.AfterRollbackTransaction Event
Occurs after a transaction has been completed via the ROLLBACK operation.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Event Data
The AfterRollbackTransaction event's data class is SessionManipulationEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Session | Gets the session currently being processed. |
Remarks
The AfterRollbackTransaction event is raised after a transaction has been completed via the ROLLBACK operation (Session.RollbackTransaction or ExplicitUnitOfWork.RollbackTransaction). The event parameter’s SessionManipulationEventArgs.Session property allows the processed session to be identified.
When a transaction is about to be completed via the ROLLBACK operation, the Session.BeforeRollbackTransaction event is raised.