Session.ObjectsLoaded Event
Occurs after persistent objects have been initialized with values from a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Event Data
The ObjectsLoaded event's data class is ObjectsManipulationEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Objects | Gets the collection of persistent objects that are currently being processed. |
Session | Gets the session whose persistent objects are currently being processed. |
Remarks
After the ObjectsLoaded event has been raised, the Session.ObjectLoaded event is raised for each persistent object in the ObjectsManipulationEventArgs.Objects collection.
Use the Session.IsObjectsLoading property to identify whether persistent objects are currently being loaded from a data store.