Version

NotifyRemoveItem Method (DataSeriesAdapter)

Used to manually notify the adapter that the data source has had an item removed. Only necessary if that datasource is not observable.
Syntax
public void NotifyRemoveItem( 
   object dataSource,
   int index,
   object oldItem
)

Parameters

dataSource
The data source changed.
index
The index of the old item.
oldItem
The old 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