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

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