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

NonPersistentObjectSpace.ObjectsGetting Event

Occurs when NonPersistentObjectSpace creates a collection of non-persistent objects.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public event EventHandler<ObjectsGettingEventArgs> ObjectsGetting

Event Data

The ObjectsGetting event's data class is DevExpress.ExpressApp.ObjectsGettingEventArgs.

Remarks

Handle this event to supply non-persistent objects for NonPersistentObjectSpace. You can find examples on using the ObjectsGetting event in the following topics:

See Also