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

In This Topic
PagesEventHandler Delegate
In This Topic
Represents a method that can handle page-related events of a C1MultiDocument such as C1MultiDocument.PagesAdded and C1MultiDocument.PagesChanged.
Syntax
'Declaration
 
Public Delegate Sub PagesEventHandler( _
   ByVal sender As C1MultiDocument, _
   ByVal e As PagesEventArgs _
) 
 

Parameters

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