C# Class UwpHelpers.Controls.Common.DownloadProgressArgs

To be used with Progress for DownloadStreamWithProgressAsync
Inheritance: System.EventArgs
Show file Open project: LanceMcCarthy/UwpProjects Class Usage Examples

Public Methods

Method Description
DownloadProgressArgs ( int bytesReceived, int totalBytes ) : System

Method Details

DownloadProgressArgs() public method

public DownloadProgressArgs ( int bytesReceived, int totalBytes ) : System
bytesReceived int
totalBytes int
return System