Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / OnGetPageCompleted Method

In This Topic
    OnGetPageCompleted Method (C1DocumentSource)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGetPageCompleted( _
       ByVal pageIndex As Integer, _
       ByVal page As C1Page, _
       ByVal exception As Exception _
    ) 
    protected virtual void OnGetPageCompleted( 
       int pageIndex,
       C1Page page,
       Exception exception
    )

    Parameters

    pageIndex
    page
    exception
    See Also