ComponentOne Xamarin Edition
MoveAsync Method (ISupportEditing)
C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : MoveAsync Method
From index.
To index.
Moves an item from the specified fromIndex to toIndex.
Syntax
Task MoveAsync( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
From index.
toIndex
To index.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members