System.Web.UI.WebControls.SqlDataSource.Selected Event

Occurs when a data retrieval operation has completed.

Syntax

public event SqlDataSourceStatusEventHandler Selected

Remarks

Handle the SqlDataSource.Selected event to examine the values of output parameters after a data retrieval operation has completed. The output parameters are available from the System.Web.UI.WebControls.SqlDataSourceStatusEventArgs object that is associated with the event.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0