Version

NotifyInsertItem Method (IDataSourceUpdateNotifier)

Called when an item is inserted at an index in the data source.
Syntax
void NotifyInsertItem( 
   int index,
   object newItem
)

Parameters

index
The index at which the item was inserted.
newItem
The new item that was inserted.
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