Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Ketarin
Updater.JobStatusChangedEventArgs
C# Class Ketarin.Updater.JobStatusChangedEventArgs
Holds all necessary information for the event that the update status of an application changed.
Inheritance:
System.EventArgs
Mostrar archivo
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