[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintPageEventHandler

PrintPageEventHandler Delegate

Represents the method that will handle the PrintPage event of a Printer.

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

The source of the event.

PrintPageEventArgs e

A PrintPageEventArgs that contains the event data.

Constructors

Name Description
PrintPageEventHandler(object, IntPtr)

Methods

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

Extension Methods