ComponentOne Xamarin.Android
MoveToPageAsync Method (ISupportPaging)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportPaging Interface : MoveToPageAsync Method
The index of the page.
The cancellation token.
Moves to the page pageIndex.
Syntax
'Declaration
 
Function MoveToPageAsync( _
   ByVal pageIndex As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
'Usage
 
Dim instance As ISupportPaging
Dim pageIndex As Integer
Dim cancellationToken As CancellationToken
Dim value As Task
 
value = instance.MoveToPageAsync(pageIndex, cancellationToken)

Parameters

pageIndex
The index of the page.
cancellationToken
The cancellation token.
See Also

Reference

ISupportPaging Interface
ISupportPaging Members