Version

NotifyInsertItem Method (DataSourceLocalDataProvider)

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

Parameters

index
The index where the item was inserted.
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