Back to Devexpress

Session.AfterCommitNestedUnitOfWork Event

xpo-devexpress-dot-xpo-dot-session-3bd43fbd.md

latest1.3 KB
Original Source

Session.AfterCommitNestedUnitOfWork Event

Fires after the nested unit of work has been committed.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public event SessionManipulationEventHandler AfterCommitNestedUnitOfWork
vb
<Browsable(False)>
Public Event AfterCommitNestedUnitOfWork As SessionManipulationEventHandler

Event Data

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

PropertyDescription
SessionGets the session currently being processed.

See Also

CommitChanges()

Session Class

Session Members

DevExpress.Xpo Namespace