PrintDocument::OnPrintPage Method (PrintPageEventArgs^)
.NET Framework (current version)
Raises the PrintPage event. It is called before a page prints.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- e
-
Type:
System.Drawing.Printing::PrintPageEventArgs^
A PrintPageEventArgs that contains the event data.
The OnPrintPage method allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
When a derived class calls the OnPrintPage method, it raises the PrintPage event by invoking the event handler through a delegate. For more information, see Handling and Raising Events.
Notes to Inheritors:
When overriding OnPrintPage in a derived class, be sure to call the base class's OnPrintPage method so that registered delegates receive the event.
.NET Framework
Available since 1.1
Available since 1.1
Show: