Version

RangeActualized Method

Called when a data source now has real items for a range of items that were previously virtual placeholders.
Syntax
void RangeActualized( 
   int startIndex,
   int endIndex
)

Parameters

startIndex
The beginning index for the range of items.
endIndex
The ending index for the range of items.
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