Skip to main content
.NET 8.0+

Session.BeforePreProcessCommitedList Event

In This Article

Fires after the Session.CommitTransaction method has been called.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.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