C# Class tracm.ProgressEventArgs

Inheritance: System.EventArgs
Mostra file Open project: trms/tracm Class Usage Examples

Public Methods

Method Description
ProgressEventArgs ( long totalBytesDownloaded, int bytesRecieved, long totalBytes ) : System

Method Details

ProgressEventArgs() public method

public ProgressEventArgs ( long totalBytesDownloaded, int bytesRecieved, long totalBytes ) : System
totalBytesDownloaded long
bytesRecieved int
totalBytes long
return System