PrintDocument::OnQueryPageSettings Method (QueryPageSettingsEventArgs^)
.NET Framework (current version)
Raises the QueryPageSettings event. It is called immediately before each PrintPage event.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- e
-
Type:
System.Drawing.Printing::QueryPageSettingsEventArgs^
A QueryPageSettingsEventArgs that contains the event data.
The OnQueryPageSettings method also 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 OnQueryPageSettings method, it raises the QueryPageSettings event by invoking the event handler through a delegate. For more information, see Handling and Raising Events.
Notes to Inheritors:
When overriding OnQueryPageSettings in a derived class, be sure to call the base class's OnQueryPageSettings method so that registered delegates receive the event.
.NET Framework
Available since 1.1
Available since 1.1
Show: