SqlDataSourceView.Selected Event
.NET Framework 3.0
Occurs when a data retrieval operation has completed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event SqlDataSourceStatusEventHandler^ Selected { void add (SqlDataSourceStatusEventHandler^ value); void remove (SqlDataSourceStatusEventHandler^ value); }
/** @event */ public void add_Selected (SqlDataSourceStatusEventHandler value) /** @event */ public void remove_Selected (SqlDataSourceStatusEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
Handle the Selected event to examine the values of output parameters after a data retrieval operation has completed. The output parameters are available from the SqlDataSourceStatusEventArgs object that is associated with the event.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: