ComponentOne Xamarin Edition
MoveToPageAsync<T> Method (ICollectionViewEx)
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : MoveToPageAsync<T> Method
The collection view.
The index of the page.
The cancellation token.
Moves to the page pageIndex.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__47`1[T])] 
[Extension()] 
public static Task MoveToPageAsync<T>( 
   ICollectionView<T> collectionView, 
   int pageIndex, 
   CancellationToken cancellationToken 
) 
where T: class

Parameters

collectionView
The collection view.
pageIndex
The index of the page.
cancellationToken
The cancellation token.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members