Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.BeforeCommitNestedUnitOfWork Event

Fires before the nested unit of work is committed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Browsable(false)]
public event SessionManipulationEventHandler BeforeCommitNestedUnitOfWork

Event Data

The BeforeCommitNestedUnitOfWork 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