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::ObjectMaterialized Event

Entity Framework 6.0
 

Occurs when a new entity object is created from data in the data source as part of a query or load operation.

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

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