PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageUpdated Event

In This Topic
    PageUpdated Event (C1PrintDocument)
    In This Topic
    Occurs when a page of the document has been updated. Fires very often during document generation when fragments of objects are added to, or removed from the page.
    Syntax
    'Declaration
     
    Public Event PageUpdated As PageEventHandler
    public event PageEventHandler PageUpdated
    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