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

In This Topic
    PageChanged Event (C1PrintDocument)
    In This Topic
    Occurs when an already generated page of the document has been changed, for example when the PageCount variable on the page needs to be updated.
    Syntax
    'Declaration
     
    Public Event PageChanged As PageEventHandler
    public event PageEventHandler PageChanged
    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