LinqDataSourceView::Selecting Event

 

Occurs before a data-retrieval operation.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
event EventHandler<LinqDataSourceSelectEventArgs^>^ Selecting {
	void add(EventHandler<LinqDataSourceSelectEventArgs^>^ value);
	void remove(EventHandler<LinqDataSourceSelectEventArgs^>^ value);
}

Handle the Selecting event to change values that are used during the data retrieval operation. For more information, see the LinqDataSource::Selecting event.

.NET Framework
Available since 3.5
Return to top
Show: