EntityDataSourceView::ContextCreated Event

 

Occurs when the EntityDataSourceView has finished creating the ObjectContext used to bind data to controls.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
event EventHandler<EntityDataSourceContextCreatedEventArgs^>^ ContextCreated {
	void add(EventHandler<EntityDataSourceContextCreatedEventArgs^>^ value);
	void remove(EventHandler<EntityDataSourceContextCreatedEventArgs^>^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: