Back to Devexpress

BaseObjectSpace.ObjectReloaded Event

expressappframework-devexpress-dot-expressapp-dot-baseobjectspace-36e7999a.md

latest1.7 KB
Original Source

BaseObjectSpace.ObjectReloaded Event

Occurs after an object has been reloaded from the database.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<ObjectManipulatingEventArgs> ObjectReloaded
vb
Public Event ObjectReloaded As EventHandler(Of ObjectManipulatingEventArgs)

Event Data

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

PropertyDescription
ObjectProvides 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

ObjectReloaded

See Also

BaseObjectSpace Class

BaseObjectSpace Members

DevExpress.ExpressApp Namespace