Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageAdded Event

In This Topic
    PageAdded Event
    In This Topic
    Occurs during document generation when a page has been generated and added to the Pages collection, and the next page is about to be generated.
    Syntax
    'Declaration
     
    Public Event PageAdded As PageEventHandler
    public event PageEventHandler PageAdded
    Event Data

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

    PropertyDescription
    Gets the C1Page associated with this event.  
    See Also