Click or drag to resize

IncrementalLoadingStartedEventArgs Constructor

Initializes a new instance of the IncrementalLoadingStartedEventArgs class

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IncrementalLoadingStartedEventArgs(
	uint pageSize,
	uint pageLowerBound,
	uint pageUpperBound
)

Parameters

pageSize
Type: SystemUInt32
pageLowerBound
Type: SystemUInt32
pageUpperBound
Type: SystemUInt32
See Also