Back to Devexpress

Session.ObjectLoaded Event

xpo-devexpress-dot-xpo-dot-session-adc31b5b.md

latest1.4 KB
Original Source

Session.ObjectLoaded Event

Occurs after an object’s properties have been initialized with values from a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public event ObjectManipulationEventHandler ObjectLoaded
vb
Public Event ObjectLoaded As ObjectManipulationEventHandler

Event Data

The ObjectLoaded 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 ObjectLoaded event is raised after an object’s IXPObject.OnLoaded event.

See Also

Session Class

Session Members

DevExpress.Xpo Namespace