1 instantiation of EntityDataSourceSelectingEventArgs
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
200
var selectArgs = new
EntityDataSourceSelectingEventArgs
(_owner, arguments);
5 references to EntityDataSourceSelectingEventArgs
System.Web.Entity (5)
System\Data\WebControls\EntityDataSource.cs (1)
975
public event EventHandler<
EntityDataSourceSelectingEventArgs
> Selecting
System\Data\WebControls\EntityDataSourceView.cs (4)
200
var
selectArgs = new EntityDataSourceSelectingEventArgs(_owner, arguments);
1323
private void OnSelecting(
EntityDataSourceSelectingEventArgs
e)
1325
var handler = (EventHandler<
EntityDataSourceSelectingEventArgs
>)Events[EventSelecting];
1331
public event EventHandler<
EntityDataSourceSelectingEventArgs
> Selecting