ComponentOne Basic Library for UWP
LoadMoreItemsAsync Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : LoadMoreItemsAsync Method
The number of items to load.
Initializes incremental loading from the view.
Syntax
'Declaration
 
Public Function LoadMoreItemsAsync( _
   ByVal count As System.UInteger _
) As Windows.Foundation.IAsyncOperation(Of LoadMoreItemsResult)
public Windows.Foundation.IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync( 
   System.uint count
)

Parameters

count
The number of items to load.
See Also

Reference

C1CollectionView Class
C1CollectionView Members