Occurs when a printing error has occured.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public event EventHandler<ErrorEventArgs> PrintError
Visual Basic
Public Event PrintError As EventHandler(Of ErrorEventArgs)
Visual C++
public:
 event EventHandler<ErrorEventArgs^>^ PrintError {
	void add (EventHandler<ErrorEventArgs^>^ value);
	void remove (EventHandler<ErrorEventArgs^>^ value);
}

See Also