ImpelClass Library Documentation
ScriptingEngineDelegates..::.RunOutputHandler Delegate
NamespacesImpelScriptingEngineDelegatesScriptingEngineDelegates..::.RunOutputHandler
Impel
Output has been generated by the scripting engine.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void RunOutputHandler(
	Object source,
	CodeOutputEventArgs output
)
Public Delegate Sub RunOutputHandler ( _
	source As Object, _
	output As CodeOutputEventArgs _
)
public delegate void RunOutputHandler(
	Object^ source, 
	CodeOutputEventArgs^ output
)
Parameters
source (Object)
output (CodeOutputEventArgs)
The output.

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