C# Class Ketarin.Updater.JobProgressChangedEventArgs

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

Public Methods

Method Description
JobProgressChangedEventArgs ( int progressPercentage, ApplicationJob job ) : System

Method Details

JobProgressChangedEventArgs() public method

public JobProgressChangedEventArgs ( int progressPercentage, ApplicationJob job ) : System
progressPercentage int
job ApplicationJob
return System