Raises the Executing()()() 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 OnEngineExecuting(
	ExecutingEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnEngineExecuting ( _
	args As ExecutingEventArgs _
)
Visual C++
protected:
virtual void OnEngineExecuting(
	ExecutingEventArgs^ args
)

See Also