Callback that is used to load objects in a specific range of a set

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public delegate List<T> LoadCallback(
	int startIndex,
	int maxRows
)

Parameters

startIndex
Type: System..::.Int32
the start index in the set of objects
maxRows
Type: System..::.Int32
the maximum number of objects to return

Return Value

a list of objects

See Also