C# Class SevenUpdate.InstallCompletedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
InstallCompletedEventArgs ( ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

Method Details

InstallCompletedEventArgs() public method

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( ) : System
return System

InstallCompletedEventArgs() public method

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System
updatesInstalled int The number of updates installed.
updatesFailed int The number of updates that failed.
return System