ObjectDataSourceView::Selected Event
.NET Framework (current version)
Occurs when a data retrieval operation has completed.
Assembly: System.Web (in System.Web.dll)
Handle the Selected event to examine the values of a return value and output parameters or to determine whether an exception was thrown after a data retrieval operation has completed. The return value, output parameters, and exception handling properties are available from the ObjectDataSourceStatusEventArgs object that is associated with the event.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: