C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PrintQueryPageSettingsEventHandler Delegate
The source of the event.
A System.Drawing.Printing.QueryPageSettingsEventArgs that contains event data.

In This Topic
PrintQueryPageSettingsEventHandler Delegate
In This Topic
Represents a method that can handle a C1PrintManager.QueryPageSettings event.
Syntax
'Declaration
 
Public Delegate Sub PrintQueryPageSettingsEventHandler( _
   ByVal sender As Object, _
   ByVal e As QueryPageSettingsEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A System.Drawing.Printing.QueryPageSettingsEventArgs that contains event data.
See Also