SqlDataSourceView.Selecting 事件

定义

执行数据检索操作前发生。

public:
 event System::Web::UI::WebControls::SqlDataSourceSelectingEventHandler ^ Selecting;
public event System.Web.UI.WebControls.SqlDataSourceSelectingEventHandler Selecting;
member this.Selecting : System.Web.UI.WebControls.SqlDataSourceSelectingEventHandler 
Public Custom Event Selecting As SqlDataSourceSelectingEventHandler 

事件类型

注解

Selecting处理 事件以执行特定于应用程序的其他初始化操作、验证参数的值或在控件执行数据检索操作之前SqlDataSource更改参数值。

有关如何处理事件的详细信息,请参阅 处理和引发事件

适用于

另请参阅