C# Class Ketarin.Updater.JobProgressChangedEventArgs

Holds all necessary information for the event that the download progress of an application changed.
Inheritance: System.ComponentModel.ProgressChangedEventArgs
Afficher le fichier Open project: GitSullied/Ketarin Class Usage Examples

Méthodes publiques

Méthode Description
JobProgressChangedEventArgs ( int progressPercentage, ApplicationJob job ) : System

Method Details

JobProgressChangedEventArgs() public méthode

public JobProgressChangedEventArgs ( int progressPercentage, ApplicationJob job ) : System
progressPercentage int
job ApplicationJob
Résultat System