MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventHandler Delegate
The source of the event.
A PrintPageEventArgs that contains the event data.

In This Topic
PrintPageEventHandler Delegate
In This Topic
Represents the method that will handle the PrintPage event of a Printer.
Syntax
'Declaration
 
Public Delegate Sub PrintPageEventHandler( _
   ByVal sender As Object, _
   ByVal e As PrintPageEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A PrintPageEventArgs that contains the event data.
See Also