Method OnEndPrint
OnEndPrint(PrintEventArgs)
Raises the EndPrint event. It is called when the last page of the document has printed.
protected override void OnEndPrint(PrintEventArgs e)
Parameters
ePrintEventArgsA PrintEventArgs that contains the event data.