1 instantiation of EntityDataSourceContextCreatingEventArgs
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1110EntityDataSourceContextCreatingEventArgs creatingArgs = new EntityDataSourceContextCreatingEventArgs();
6 references to EntityDataSourceContextCreatingEventArgs
System.Web.DynamicData (1)
DynamicData\DynamicDataManager.cs (1)
219entityDataSource.ContextCreating += delegate(object sender, EntityDataSourceContextCreatingEventArgs e) {
System.Web.Entity (5)
System\Data\WebControls\EntityDataSource.cs (1)
931public event EventHandler<EntityDataSourceContextCreatingEventArgs> ContextCreating
System\Data\WebControls\EntityDataSourceView.cs (4)
1110EntityDataSourceContextCreatingEventArgs creatingArgs = new EntityDataSourceContextCreatingEventArgs(); 1278private void OnContextCreating(EntityDataSourceContextCreatingEventArgs e) 1280var handler = (EventHandler<EntityDataSourceContextCreatingEventArgs>)Events[EventContextCreating]; 1286public event EventHandler<EntityDataSourceContextCreatingEventArgs> ContextCreating