Version

DataSourcePageLoadedCallback Delegate

Represents a callback for when a page is successfully loaded by a virtual data source.
Syntax
public delegate void DataSourcePageLoadedCallback( 
   IDataSourcePage page,
   int currentFullCount,
   int actualPageSize
)

Parameters

page
The page that was loaded.
currentFullCount
The current full count of the data, if available, else -1.
actualPageSize
The resolved page size, which may differ from the requested page size.
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