Overridable method called after design time data has been retrieved. Used to manipulate results.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected virtual Object OnDesignTimeSelected(
	string viewName,
	Object results
)
Visual Basic (Declaration)
Protected Overridable Function OnDesignTimeSelected ( _
	viewName As String, _
	results As Object _
) As Object
Visual C++
protected:
virtual Object^ OnDesignTimeSelected(
	String^ viewName, 
	Object^ results
)

Parameters

viewName
Type: System..::.String
Name of the data source view for which data was retrieved.
results
Type: System..::.Object
The data that was retrieved.

See Also