Base:
method
OnEndPrint
System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument, System.Drawing.Printing.PrintEventArgs)
5 references to OnEndPrint
System.Drawing.Common.Tests (5)
System\Drawing\Printing\PreviewPrintControllerTests.cs (5)
29
controller.
OnEndPrint
(document, new PrintEventArgs());
92
controller.
OnEndPrint
(document, e);
104
controller.
OnEndPrint
(document, new PrintEventArgs());
120
controller.
OnEndPrint
(document, e);
121
controller.
OnEndPrint
(null, e);