Delegate for output line addition.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public delegate void LogLineAddedDelegate(
	SystemOutput logLine
)
Visual Basic (Declaration)
Public Delegate Sub LogLineAddedDelegate ( _
	logLine As SystemOutput _
)
Visual C++
public delegate void LogLineAddedDelegate(
	SystemOutput^ logLine
)

Parameters

logLine
Type: RightEdge.Common..::.SystemOutput
The SystemOutput line that is about to be added to the output pane.

See Also