Back to Devexpress

Session.ObjectsSaved Event

xpo-devexpress-dot-xpo-dot-session-066bfabb.md

latest1.8 KB
Original Source

Session.ObjectsSaved Event

Occurs after persistent objects have been saved to a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event ObjectsManipulationEventHandler ObjectsSaved
vb
Public Event ObjectsSaved As ObjectsManipulationEventHandler

Event Data

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

PropertyDescription
ObjectsGets the collection of persistent objects that are currently being processed.
SessionGets the session whose persistent objects are currently being processed.

Remarks

After the ObjectsSaved event has been raised, the Session.ObjectSaved event is raised for each persistent object in the ObjectsManipulationEventArgs.Objects collection.

Use the Session.IsObjectsSaving property to obtain whether persistent objects are currently being saved to a data store.

See Also

ObjectSaved

Session Class

Session Members

DevExpress.Xpo Namespace