Try our conversational search powered by Generative AI!

Class DataSourceSelectEventArgs

Arguments to event that occurs when Select is called on a DataSource control.

Inheritance
System.Object
DataSourceSelectEventArgs
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class DataSourceSelectEventArgs : DataSourceMethodEventArgs

Constructors

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.

Extension Methods