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

NonPersistentObjectSpace.ObjectGetting Event

Occurs when NonPersistentObjectSpace gets an object using the NonPersistentObjectSpace.GetObject method .

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public event EventHandler<ObjectGettingEventArgs> ObjectGetting

Event Data

The ObjectGetting event's data class is DevExpress.ExpressApp.ObjectGettingEventArgs.

Remarks

Handle this event to supply an object returned by the GetObject method.

See Also