PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / OnPageDeleted Method
The C1.C1Preview.C1Page object identifying the deleted page.

In This Topic
    OnPageDeleted Method (SampleC1PrintDocument)
    In This Topic
    Called when a page is removed from the C1.C1Preview.C1PrintDocument.Pages collection.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPageDeleted( _
       ByVal page As C1Page _
    ) 
    protected virtual void OnPageDeleted( 
       C1Page page
    )

    Parameters

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