Version

NotifySetItem Method (DataSourceLocalDataProvider)

Manually notifies the provider an item was set at an index in the underlying data. Should not be necessary if data is observable type.
Syntax
public void NotifySetItem( 
   int index,
   object oldItem,
   object newItem
)

Parameters

index
The index where the item was set.
oldItem
The old item at the index.
newItem
The new item at the index.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also