C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / PagesAdded Event

PagesAdded Event
Occurs when one or more pages were added to the current multi-document.
Syntax
'Declaration
 
Public Event PagesAdded As PagesEventHandler
 
Event Data

The event handler receives an argument of type PagesEventArgs containing data related to this event. The following PagesEventArgs properties provide information specific to this event.

PropertyDescription
Gets the index of the first page associated with this event.  
Gets the count of pages associated with this event.  
See Also