PrintEventHandler public sealed delegate PrintEventHandler : MulticastDelegate Represents the method that will handle the BeginPrint or EndPrint event of a PrintDocument. Documentation Code namespace System.Drawing.Printing { public delegate void PrintEventHandler (object sender, PrintEventArgs e); }