PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / PagesChanged Event

In This Topic
    PagesChanged Event (C1MultiDocument)
    In This Topic
    Occurs when one or more pages within the current multi-document were changed.
    Syntax
    'Declaration
     
    Public Event PagesChanged As PagesEventHandler
    public event PagesEventHandler PagesChanged
    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