Version

NotifySetItem Method (ISupportsDataChangeNotifications)

Called when an item has been set at a particular index.
Syntax
void NotifySetItem( 
   int index,
   object oldItem,
   object newItem
)

Parameters

index
The index of the change.
oldItem
The old item present at the index.
newItem
The new item present 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