Click or drag to resize

IncrementalLoadingCompletedEventArgs Constructor

Initializes a new instance of the IncrementalLoadingCompletedEventArgs 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 IncrementalLoadingCompletedEventArgs(
	uint itemsCount,
	uint totalItemsCount
)

Parameters

itemsCount
Type: SystemUInt32
totalItemsCount
Type: SystemUInt32
See Also