Back to Devexpress

Session.AfterFlushChanges Event

xpo-devexpress-dot-xpo-dot-session-0a5d6de9.md

latest1.9 KB
Original Source

Session.AfterFlushChanges Event

Occurs after tracked changes have been temporarily saved to a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event SessionManipulationEventHandler AfterFlushChanges
vb
Public Event AfterFlushChanges As SessionManipulationEventHandler

Event Data

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

PropertyDescription
SessionGets the session currently being processed.

Remarks

This event is raised after a list of tracked changes has been processed and cleared via the Session.FlushChanges or Session.FlushChangesAsync method call. The event parameter’s SessionManipulationEventArgs.Session property allows you to identify the currently used session.

When tracked changes are about to be saved to a data store, the Session.BeforeFlushChanges event is raised.

See Also

BeginTrackingChanges()

TrackingChanges

Session Class

Session Members

DevExpress.Xpo Namespace