ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportIncrementalLoading Interface / LoadMoreItemsAsync Method
Specifies the desired number of items to be loaded.
The cancellation token.

In This Topic
    LoadMoreItemsAsync Method (ISupportIncrementalLoading)
    In This Topic
    Loads more items.
    Syntax
    'Declaration
     
    Function LoadMoreItemsAsync( _
       Optional ByVal count As System.Nullable(Of Integer), _
       Optional ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task LoadMoreItemsAsync( 
       System.Nullable<int> count,
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    count
    Specifies the desired number of items to be loaded.
    cancellationToken
    The cancellation token.
    See Also