Back to Devexpress

Session.BeforeDropChanges Event

xpo-devexpress-dot-xpo-dot-session-6e9b49a9.md

latest1.8 KB
Original Source

Session.BeforeDropChanges Event

Occurs when a list of tracked changes is about to be cleared.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event SessionManipulationEventHandler BeforeDropChanges
vb
Public Event BeforeDropChanges As SessionManipulationEventHandler

Event Data

The BeforeDropChanges 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 when a list of tracked changes is about to be cleared via the Session.DropChanges method call. The event parameter’s SessionManipulationEventArgs.Session property allows you to identify the currently used session.

After a list of tracked changes has been cleared, the Session.AfterDropChanges event is raised.

See Also

BeginTrackingChanges()

TrackingChanges

Session Class

Session Members

DevExpress.Xpo Namespace