Initializes a new NavigationDataSourceSelectingEventArgs instance.

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

Syntax

C#
public DimensionSearchDataSourceSelectingEventArgs(
	DimensionSearchCommand command
)
Visual Basic (Declaration)
Public Sub New ( _
	command As DimensionSearchCommand _
)
Visual C++
public:
DimensionSearchDataSourceSelectingEventArgs(
	DimensionSearchCommand^ command
)

Parameters

command
Type: Endeca.Data..::.DimensionSearchCommand
The command that will be used to query the MDEX Engine.

See Also