C# Class Microsoft.Practices.Prism.Modularity.ModuleDownloadProgressChangedEventArgs

Provides progress information as a module downloads.
Inheritance: System.ComponentModel.ProgressChangedEventArgs
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Méthode Description
ModuleDownloadProgressChangedEventArgs ( ModuleInfo moduleInfo, long bytesReceived, long totalBytesToReceive ) : System

Initializes a new instance of the ModuleDownloadProgressChangedEventArgs class.

Private Methods

Méthode Description
CalculateProgressPercentage ( long bytesReceived, long totalBytesToReceive ) : int

Method Details

ModuleDownloadProgressChangedEventArgs() public méthode

Initializes a new instance of the ModuleDownloadProgressChangedEventArgs class.
public ModuleDownloadProgressChangedEventArgs ( ModuleInfo moduleInfo, long bytesReceived, long totalBytesToReceive ) : System
moduleInfo ModuleInfo The module info.
bytesReceived long The bytes received.
totalBytesToReceive long The total bytes to receive.
Résultat System