ComponentOne Xamarin.Android
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
'Declaration
 
Function MoveAsync( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Task
'Usage
 
Dim instance As ISupportEditing
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Task
 
value = instance.MoveAsync(fromIndex, toIndex)
Task MoveAsync( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
From index.
toIndex
To index.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members