Raises the Executed()()() event.

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

Syntax

C#
protected virtual void OnEngineExecuted(
	ExecutedEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnEngineExecuted ( _
	args As ExecutedEventArgs _
)
Visual C++
protected:
virtual void OnEngineExecuted(
	ExecutedEventArgs^ args
)

See Also