C# Class UwpHelpers.Controls.Common.DownloadProgressArgs

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

Méthodes publiques

Méthode Description
DownloadProgressArgs ( int bytesReceived, int totalBytes ) : System

Method Details

DownloadProgressArgs() public méthode

public DownloadProgressArgs ( int bytesReceived, int totalBytes ) : System
bytesReceived int
totalBytes int
Résultat System