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

In This Topic
    PageConfigure Event (C1PrintDocument)
    In This Topic
    Occurs when a new empty page has been created and added to the document's Pages collection, but has not been resolved yet. Use this method only to change the layout of the page.
    Syntax
    'Declaration
     
    Public Event PageConfigure As PageConfigureEventHandler
    public event PageConfigureEventHandler PageConfigure
    Event Data

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

    PropertyDescription
    Gets the C1Page associated with this event. (Inherited from C1.C1Preview.PageEventArgs)
    Gets or sets the PageLayout associated with this event.  
    See Also