Skip to main content
.NET 6.0+

Session.AfterCommitNestedUnitOfWork Event

Fires after the nested unit of work has been committed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public event SessionManipulationEventHandler AfterCommitNestedUnitOfWork

Event Data

The AfterCommitNestedUnitOfWork event's data class is SessionManipulationEventArgs. The following properties provide information specific to this event:

Property Description
Session Gets the session currently being processed.
See Also