| Visual Basic (Declaration) | |
|---|---|
Overrides Public Sub OnEndPrint( _ ByVal prnDoc As PrintDocument, _ ByVal ppea As PrintEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- prnDoc
- A System.Drawing.Printing.PrintDocument that represents the document being printed.
- ppea
- A System.Drawing.Printing.PrintPageEventArgs that contains data about how to print a page in the document.
See the System.Drawing.Printing namespace for additional information.