Initializes a new ViewSelectedEventArgs instance.

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

Syntax

C#
public ViewSelectedEventArgs(
	string viewName,
	Object returnValue
)
Visual Basic (Declaration)
Public Sub New ( _
	viewName As String, _
	returnValue As Object _
)
Visual C++
public:
ViewSelectedEventArgs(
	String^ viewName, 
	Object^ returnValue
)

Parameters

viewName
Type: System..::.String
Name of the data source view that was selected
returnValue
Type: System..::.Object
Value that was returned by the data source view

See Also