C# Class Ketarin.Updater.JobStatusChangedEventArgs

Holds all necessary information for the event that the update status of an application changed.
Inheritance: System.EventArgs
Mostra file Open project: GitSullied/Ketarin Class Usage Examples

Public Methods

Method Description
JobStatusChangedEventArgs ( ApplicationJob job, Status newStatus ) : System

Method Details

JobStatusChangedEventArgs() public method

public JobStatusChangedEventArgs ( ApplicationJob job, Status newStatus ) : System
job ApplicationJob
newStatus Status
return System