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

In This Topic
PageEventHandler Delegate
In This Topic
Represents a method that can handle page-related events such as PageAdded, PageUpdated, C1PrintDocument.PageChanged and C1PrintDocument.PageDeleted.
Syntax
'Declaration
 
Public Delegate Sub PageEventHandler( _
   ByVal sender As C1PrintDocument, _
   ByVal e As PageEventArgs _
) 
 

Parameters

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