Subscribe to this event to receive a notification when a log line is added to the output pane.

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

Syntax

C#
public event LogLineAddedDelegate LogLineAdded
Visual Basic (Declaration)
Public Event LogLineAdded As LogLineAddedDelegate
Visual C++
public:
 event LogLineAddedDelegate^ LogLineAdded {
	void add (LogLineAddedDelegate^ value);
	void remove (LogLineAddedDelegate^ value);
}

See Also