Raised when this command has queried the MDEX engine, and results are available.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.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