Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.ObjectStateManagerChanged Event

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

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.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