Back to Devexpress

Session.ObjectSaved Event

xpo-devexpress-dot-xpo-dot-session-a1a6c606.md

latest1.6 KB
Original Source

Session.ObjectSaved Event

Occurs after an object has been saved to a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event ObjectManipulationEventHandler ObjectSaved
vb
Public Event ObjectSaved As ObjectManipulationEventHandler

Event Data

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

PropertyDescription
ObjectGets the object currently being processed.
SessionGets the session whose persistent object is currently being processed.

Remarks

The ObjectSaved event is raised after an object’s IXPObject.OnSaved event.

An object can be saved to a data store using the XPBaseObject.Save method.

See Also

Save()

Session Class

Session Members

DevExpress.Xpo Namespace