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