Version

NotifyRemoveItem Method (DataSourceLocalDataProvider)

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

Parameters

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