IncrementalLoadingCompletedEventArgs Constructor |
Namespace:
Unvired.Kernel.Utils
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IncrementalLoadingCompletedEventArgs(
uint itemsCount,
uint totalItemsCount
)
Public Sub New (
itemsCount As UInteger,
totalItemsCount As UInteger
)
public:
IncrementalLoadingCompletedEventArgs(
unsigned int itemsCount,
unsigned int totalItemsCount
)
new :
itemsCount : uint32 *
totalItemsCount : uint32 -> IncrementalLoadingCompletedEventArgsParameters
- itemsCount
- Type: SystemUInt32
- totalItemsCount
- Type: SystemUInt32
See Also