Initializes a new NavigationDataSourceSelectingEventArgs instance.

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

Syntax

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

Parameters

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

See Also