C# Class tracm.ProgressEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: trms/tracm Class Usage Examples

Méthodes publiques

Méthode Description
ProgressEventArgs ( long totalBytesDownloaded, int bytesRecieved, long totalBytes ) : System

Method Details

ProgressEventArgs() public méthode

public ProgressEventArgs ( long totalBytesDownloaded, int bytesRecieved, long totalBytes ) : System
totalBytesDownloaded long
bytesRecieved int
totalBytes long
Résultat System