PrintEventHandler public sealed delegate PrintEventHandler : MulticastDelegate Represents the method that will handle the BeginPrint or EndPrint event of a PrintDocument. Documentation Code public PrintEventHandler(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(object sender, PrintEventArgs e, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(object sender, PrintEventArgs e)