SqlDataSource.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 パラメーター値を変更したりします。 select 引数は、イベントに SqlDataSourceSelectingEventArgs 関連付けられている オブジェクトから使用できます。

イベントを処理する方法の詳細については、次を参照してください。処理とイベントの発生します。

適用対象

こちらもご覧ください