ActiveReports 12
PrintingThreadErrorEventHandler Delegate

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace : PrintingThreadErrorEventHandler Delegate
The source of the event.
The object that contains the event data.
Specifies the arguments of the PrintThreadError event.
Syntax
'Declaration
 
Public Delegate Sub PrintingThreadErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As PrintingThreadErrorEventArgs _
) 
public delegate void PrintingThreadErrorEventHandler( 
   object sender,
   PrintingThreadErrorEventArgs e
)

Parameters

sender
The source of the event.
e
The object that contains the event data.
See Also

Reference

PrintingThreadErrorEventHandler Members
GrapeCity.ActiveReports.Extensibility.Printing Namespace