Represents method that will handle ShowError and HandleException events.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: 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 ) |
Parameters
- sender
- Type: System..::.Object