Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / IC1SupportIncrementalLoading Interface / BeginLoadMoreItems Method
The count of items that will be loaded.
The asynchronous callback.
The state.

In This Topic
    BeginLoadMoreItems Method (IC1SupportIncrementalLoading)
    In This Topic
    Begins the operation to load more items.
    Syntax
    'Declaration
     
    
    Function BeginLoadMoreItems( _
       ByVal count As UInteger, _
       ByVal callback As AsyncCallback, _
       ByVal state As Object _
    ) As IAsyncResult

    Parameters

    count
    The count of items that will be loaded.
    callback
    The asynchronous callback.
    state
    The state.
    See Also