ObjectStateManager::ObjectStateManagerChanged Event

 

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

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
event CollectionChangeEventHandler^ ObjectStateManagerChanged {
	void add(CollectionChangeEventHandler^ value);
	void remove(CollectionChangeEventHandler^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: