[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintEventHandler

PrintEventHandler Delegate

Represents the method that will handle the BeginPrint or EndPrint event of a Printer.

Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void PrintEventHandler(object sender, PrintEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PrintEventArgs e

A PrintEventArgs that contains the event data.

Constructors

Name Description
PrintEventHandler(object, IntPtr)

Methods

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

Extension Methods