1 instantiation of EntityDataSourceContextCreatedEventArgs
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1196OnContextCreated(new EntityDataSourceContextCreatedEventArgs(Context));
4 references to EntityDataSourceContextCreatedEventArgs
System.Web.Entity (4)
System\Data\WebControls\EntityDataSource.cs (1)
945public event EventHandler<EntityDataSourceContextCreatedEventArgs> ContextCreated
System\Data\WebControls\EntityDataSourceView.cs (3)
1293private void OnContextCreated(EntityDataSourceContextCreatedEventArgs e) 1295var handler = (EventHandler<EntityDataSourceContextCreatedEventArgs>)Events[EventContextCreated]; 1301public event EventHandler<EntityDataSourceContextCreatedEventArgs> ContextCreated