EntityDataSourceView.ContextCreating Событие

Определение

Происходит, когда объект EntityDataSourceView создает объект ObjectContext, используемый при привязке данных.

public:
 event EventHandler<System::Web::UI::WebControls::EntityDataSourceContextCreatingEventArgs ^> ^ ContextCreating;
public event EventHandler<System.Web.UI.WebControls.EntityDataSourceContextCreatingEventArgs> ContextCreating;
member this.ContextCreating : EventHandler<System.Web.UI.WebControls.EntityDataSourceContextCreatingEventArgs> 
Public Custom Event ContextCreating As EventHandler(Of EntityDataSourceContextCreatingEventArgs) 

Тип события

EventHandler<EntityDataSourceContextCreatingEventArgs>

Применяется к