ActiveReports.Viewer3 Request technical support
PrintingThreadErrorEventHandler Delegate
See Also 


sender
Source of the event.
e
PrintingThreadErrorEventArgs value that contains the event data.
Represents the method that will handle the PrintingThreadError event of a Document.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub PrintingThreadErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As PrintingThreadErrorEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New PrintingThreadErrorEventHandler(AddressOf HandlerMethod)
C# 
public delegate void PrintingThreadErrorEventHandler( 
   object sender,
   PrintingThreadErrorEventArgs e
)

Parameters

sender
Source of the event.
e
PrintingThreadErrorEventArgs value that contains the event data.

See Also