Skip to main content
.NET 6.0+

BaseObjectSpace.ObjectReloaded Event

Occurs after an object has been reloaded from the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<ObjectManipulatingEventArgs> ObjectReloaded

Event Data

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

Property Description
Object Provides access to the object that is being manipulated.

Remarks

This event is supposed to be raised by the BaseObjectSpace class’ descendants. Generally, you do not need to handle this event, since it is intended for internal use.

Implements

See Also