ComponentOne Xamarin.Android
ReplaceAsync Method (ISupportEditing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the specified item.
Syntax
'Declaration
 
Function ReplaceAsync( _
   ByVal index As Integer, _
   ByVal item As Object _
) As Task
'Usage
 
Dim instance As ISupportEditing
Dim index As Integer
Dim item As Object
Dim value As Task
 
value = instance.ReplaceAsync(index, item)
Task ReplaceAsync( 
   int index,
   object item
)

Parameters

index
The index.
item
The item.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members