FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / OnPagesLoaded Method

In This Topic
    OnPagesLoaded Method (C1DocumentSource)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPagesLoaded( _
       ByVal startIndex As Integer, _
       ByVal count As Integer _
    ) 
    protected virtual void OnPagesLoaded( 
       int startIndex,
       int count
    )

    Parameters

    startIndex
    count
    See Also