ComponentOne Xamarin Edition
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
Task ReplaceAsync( 
   int index,
   object item
)

Parameters

index
The index.
item
The item.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members