Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContext::SavingChanges Event

Entity Framework 6.0
 

Occurs when changes are saved to the data source.

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

public:
event EventHandler^ SavingChanges {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: