C# Class Nettiers.AdventureWorks.Web.Data.EntityDataSourceSelectingEventArgs

Provides data for the Selecting event of the EntityDataSource control.
Inheritance: CancelEventArgs
Show file Open project: netTiers/netTiers

Public Methods

Method Description
EntityDataSourceSelectingEventArgs ( IDictionary inputParameters, System.Web.UI.DataSourceSelectArguments arguments ) : System

Initializes a new instance of the EntityDataSourceSelectingEventArgs class.

Method Details

EntityDataSourceSelectingEventArgs() public method

Initializes a new instance of the EntityDataSourceSelectingEventArgs class.
public EntityDataSourceSelectingEventArgs ( IDictionary inputParameters, System.Web.UI.DataSourceSelectArguments arguments ) : System
inputParameters IDictionary A collection of name/value pairs submitted during the current operation.
arguments System.Web.UI.DataSourceSelectArguments An instance of System.Web.UI.DataSourceSelectArguments.
return System