Back to Devexpress

Session.BeforeCommitNestedUnitOfWork Event

xpo-devexpress-dot-xpo-dot-session-a5ff10da.md

latest1.3 KB
Original Source

Session.BeforeCommitNestedUnitOfWork Event

Fires before the nested unit of work is committed.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Event Data

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

PropertyDescription
SessionGets the session currently being processed.

See Also

Session Class

Session Members

DevExpress.Xpo Namespace