[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintProgressEventHandler

PrintProgressEventHandler Delegate

Summary description for Document Events.

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

Constructors

Name Description
PrintProgressEventHandler(object, IntPtr)

Methods

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

Extension Methods