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

PagesChanged Event
Occurs when one or more pages within the current multi-document were changed.
Syntax
'Declaration
 
Public Event PagesChanged 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