Version

NotifyRemoveItem Method (ISupportsDataChangeNotifications)

Called when an item has been removed from a specific index.
Syntax
void NotifyRemoveItem( 
   int index,
   object oldItem
)

Parameters

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