Initializes a new ExecutedEventArgs instance

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public ExecutedEventArgs(
	Object engineQuery,
	Object engineResults
)
Visual Basic (Declaration)
Public Sub New ( _
	engineQuery As Object, _
	engineResults As Object _
)
Visual C++
public:
ExecutedEventArgs(
	Object^ engineQuery, 
	Object^ engineResults
)

Parameters

engineQuery
Type: System..::.Object
The raw query object used to query the MDEX engine
engineResults
Type: System..::.Object
The raw result object returned by the MDEX engine

See Also