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

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

Parameters

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