Skip to main content
A newer version of this page is available. .

Session.BeforePreProcessCommitedList Event

Fires after the Session.CommitTransaction method has been called.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

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