ComponentOne Xamarin.Android
LoadMoreItemsAsync Method (ISupportIncrementalLoading)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportIncrementalLoading Interface : LoadMoreItemsAsync Method
Specifies the desired number of items to be loaded.
The cancellation token.
Loads more items.
Syntax
'Declaration
 
Function LoadMoreItemsAsync( _
   Optional ByVal count As Nullable(Of Integer), _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
'Usage
 
Dim instance As ISupportIncrementalLoading
Dim count As Nullable(Of Integer)
Dim cancellationToken As CancellationToken
Dim value As Task
 
value = instance.LoadMoreItemsAsync(count, cancellationToken)

Parameters

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

Reference

ISupportIncrementalLoading Interface
ISupportIncrementalLoading Members