Raised when the EndecaCommand encapsulated by this data source has queried the MDEX server using the Endeca Navigation API.

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

Syntax

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

See Also