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

EFObjectSpace.ObjectStateManagerChanged Event

Occurs when entities are added to or removed from the state manager.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public event CollectionChangeEventHandler ObjectStateManagerChanged

Event Data

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

Property Description
Action Gets an action that specifies how the collection changed.
Element Gets the instance of the collection with the change.
See Also