Back to Devexpress

Session.ObjectLoading Event

xpo-devexpress-dot-xpo-dot-session-07987b9e.md

latest1.5 KB
Original Source

Session.ObjectLoading Event

Occurs when an object’s properties are about to be 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 ObjectLoading
vb
Public Event ObjectLoading As ObjectManipulationEventHandler

Event Data

The ObjectLoading 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

An object’s IXPObject.OnLoading event is raised after the ObjectLoading event.

See Also

Session Class

Session Members

DevExpress.Xpo Namespace