Raised when the EndecaCommand encapsulated by this data source is about to query the MDEX server using the Endeca Navigation API.

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<ExecutingEventArgs> EngineExecuting
Visual Basic (Declaration)
Public Event EngineExecuting As EventHandler(Of ExecutingEventArgs)
Visual C++
public:
 event EventHandler<ExecutingEventArgs^>^ EngineExecuting {
	void add (EventHandler<ExecutingEventArgs^>^ value);
	void remove (EventHandler<ExecutingEventArgs^>^ value);
}

See Also