ImpelClass Library Documentation
ScriptingEngineDelegates..::.RunEndHandler Delegate
NamespacesImpelScriptingEngineDelegatesScriptingEngineDelegates..::.RunEndHandler
Impel
Code has finished running in the scripting engine
Declaration Syntax
C#Visual BasicVisual C++
public delegate void RunEndHandler(
	Object source,
	CodeEndEventArgs alloutput
)
Public Delegate Sub RunEndHandler ( _
	source As Object, _
	alloutput As CodeEndEventArgs _
)
public delegate void RunEndHandler(
	Object^ source, 
	CodeEndEventArgs^ alloutput
)
Parameters
source (Object)
alloutput (CodeEndEventArgs)
All the output from the run.

Assembly: Impel.ScriptingSupport (Module: Impel.ScriptingSupport) Version: 1.0.0.0 (1.0.0.0)