[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintingThreadErrorEventHandler

PrintingThreadErrorEventHandler Delegate

Summary description for Document Events.

Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void PrintingThreadErrorEventHandler(object sender, PrintingThreadErrorEventArgs e)
Parameters
Type Name Description
object sender Summary description for Document Events.
PrintingThreadErrorEventArgs e Summary description for Document Events.

Constructors

Name Description
PrintingThreadErrorEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, PrintingThreadErrorEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PrintingThreadErrorEventArgs)

Extension Methods