Initializes a new EndecaDataSourceSelectedEventArgs instance.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public EndecaDataSourceSelectedEventArgs(
	IEnumerable returnValue
)
Visual Basic (Declaration)
Public Sub New ( _
	returnValue As IEnumerable _
)
Visual C++
public:
EndecaDataSourceSelectedEventArgs(
	IEnumerable^ returnValue
)

Parameters

returnValue
Type: System.Collections..::.IEnumerable
Return value of the select operation that was executed.

See Also