Version

NotifyInsertItem Method (ISupportsDataChangeNotifications)

Called when an item has been inserted at a specific index.
Syntax
void NotifyInsertItem( 
   int index,
   object newItem
)

Parameters

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