Raises the EngineExecuted event.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected internal virtual void OnExecuted( ExecutedEventArgs args ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Overridable Sub OnExecuted ( _ args As ExecutedEventArgs _ ) |
| Visual C++ |
|---|
protected public: virtual void OnExecuted( ExecutedEventArgs^ args ) |
Parameters
- args
- Type: Endeca.Data.Provider..::.ExecutedEventArgs
Describes the query, and the value returned by the engine.