System.Drawing.Printing.PrintPageEventHandler
Represents the method that will handle the PrintPage event of a PrintDocument.
namespace System.Drawing.Printing
{
public delegate void PrintPageEventHandler (object sender, PrintPageEventArgs e);
}