Version

NotifyRemoveItem Method (IDataSourceUpdateNotifier)

Called when an item is removed at an index in the data source.
Syntax
void NotifyRemoveItem( 
   int index,
   object oldItem
)

Parameters

index
The index at which the item was removed.
oldItem
The item that was removed.
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