Represents method that will handle ShowError and HandleException events.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public delegate void ErrorEventHandler(
	Object sender,
	ErrorEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub ErrorEventHandler ( _
	sender As Object, _
	args As ErrorEventArgs _
)
Visual C++
public delegate void ErrorEventHandler(
	Object^ sender, 
	ErrorEventArgs^ args
)

See Also