PrintEventHandler | serializable |
System.Drawing.Printing (system.drawing.dll) | delegate |
This is a delegate for the
PrintDocument.BeginPrint and
PrintDocument.EndPrint events.
public delegate void PrintEventHandler(object sender,
PrintEventArgs e);
Associated Events
PrintDocument.{BeginPrint(), EndPrint()}
|