Class DataSourceSelectEventArgs
Arguments to event that occurs when Select is called on a DataSource control.
Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class DataSourceSelectEventArgs : DataSourceMethodEventArgsConstructors
DataSourceSelectEventArgs(DataSourceSelectArguments)
Initializes a new instance of the DataSourceSelectEventArgs class.
Declaration
public DataSourceSelectEventArgs(DataSourceSelectArguments arguments)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Web.UI.DataSourceSelectArguments | arguments | The arguments passed to select statement | 
Properties
Arguments
Gets or sets the arguments for the Select that is to be executed
Declaration
public DataSourceSelectArguments Arguments { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.DataSourceSelectArguments | The arguments. | 
