Skip to main content
A newer version of this page is available. .

Session.ObjectLoaded Event

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public event ObjectManipulationEventHandler ObjectLoaded

Event Data

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

Property Description
Object Gets the object currently being processed.
Session Gets the session whose persistent object is currently being processed.

Remarks

The ObjectLoaded event is raised after an object’s IXPObject.OnLoaded event.

See Also