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