SqlDataSource.Selecting 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行数据检索操作前发生。
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更改参数值。 select 参数可从 SqlDataSourceSelectingEventArgs 与 事件关联的 对象中获取。
有关如何处理事件的详细信息,请参阅 处理和引发事件。