C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageConfigureEventHandler Delegate
The source of the event.
A PageConfigureEventArgs that contains the event data.

In This Topic
PageConfigureEventHandler Delegate
In This Topic
Represents a method that can handle the PageConfigure event.
Syntax
'Declaration
 
Public Delegate Sub PageConfigureEventHandler( _
   ByVal sender As C1PrintDocument, _
   ByVal e As PageConfigureEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A PageConfigureEventArgs that contains the event data.
See Also