Initializes a new ViewSelectedEventArgs instance.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
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