C# Class FaceDetection.Model.Updater.UpdateHandler.UpdateDownloadProgressChangedArgs

The event args fpr the UpdateHandler.UpdateDownloadProgressChanged event.
Inheritance: System.EventArgs
Show file Open project: PkInfRemi/FaceDetectionApp

Public Methods

Method Description
UpdateDownloadProgressChangedArgs ( long bytesToReceive, long bytesReceived, int progressPercentage ) : System

Initializes a new instance of the UpdateDownloadProgressChangedArgs class.

Method Details

UpdateDownloadProgressChangedArgs() public method

Initializes a new instance of the UpdateDownloadProgressChangedArgs class.
public UpdateDownloadProgressChangedArgs ( long bytesToReceive, long bytesReceived, int progressPercentage ) : System
bytesToReceive long The bytes to receive.
bytesReceived long The bytes received.
progressPercentage int The progress percentage.
return System