PrintPageEventHandler | serializable |
System.Drawing.Printing (system.drawing.dll) | delegate |
This is a delegate for the PrintDocument.PrintPage
event.
public delegate void PrintPageEventHandler(object sender, PrintPageEventArgs e);
Associated Events
PrintDocument.PrintPage()
|