Skip to main content
.NET 6.0+

Session.BeforePreProcessCommitedList Event

Fires after the Session.CommitTransaction method has been called.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public event SessionManipulationEventHandler BeforePreProcessCommitedList

Event Data

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