PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / OnPageUpdated Method
The C1.C1Preview.C1Page object identifying the updated page.

In This Topic
    OnPageUpdated Method (SampleC1PrintDocument)
    In This Topic
    Called during document generation after a C1.C1Preview.C1Page has updated, raises the C1.C1Preview.C1PrintDocument.PageUpdated event.

    This method is called each time a C1.C1Preview.RenderObject's fragment (C1.C1Preview.RenderFragment) is added to or removed from the page (i.e. this method is called very often while the document generates).

    See also C1.C1Preview.C1PrintDocument.OnPageChanged.

    Syntax
    'Declaration
     
    Protected Overridable Sub OnPageUpdated( _
       ByVal page As C1Page _
    ) 
    protected virtual void OnPageUpdated( 
       C1Page page
    )

    Parameters

    page
    The C1.C1Preview.C1Page object identifying the updated page.
    See Also