EntityDataSourceView.ContextCreating Evento

Definição

Ocorre quando o EntityDataSourceView cria o ObjectContext usado na associação de dados.

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) 

Tipo de evento

EventHandler<EntityDataSourceContextCreatingEventArgs>

Aplica-se a