C# Class Moxiecode.Com.Events.ProgressEventArgs

Progress event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: openHPI/moodle-mod_teletask

Méthodes publiques

Méthode Description
ProgressEventArgs ( long loaded, long total, object data = null ) : System

Main constructor for the progress events args.

Method Details

ProgressEventArgs() public méthode

Main constructor for the progress events args.
public ProgressEventArgs ( long loaded, long total, object data = null ) : System
loaded long Number of bytes uploaded.
total long Total bytes to upload.
data object
Résultat System