Raised immediately before the NavigationCommand encapsulated by this data source queries the MDEX engine.

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

Syntax

C#
public event EventHandler<NavigationDataSourceSelectingEventArgs> Selecting
Visual Basic (Declaration)
Public Event Selecting As EventHandler(Of NavigationDataSourceSelectingEventArgs)
Visual C++
public:
 event EventHandler<NavigationDataSourceSelectingEventArgs^>^ Selecting {
	void add (EventHandler<NavigationDataSourceSelectingEventArgs^>^ value);
	void remove (EventHandler<NavigationDataSourceSelectingEventArgs^>^ value);
}

Remarks

Note that that this event is raised before any ViewSelecting events are raised.

See Also