C# Class SevenUpdate.UpdateInstalledEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UpdateInstalledEventArgs ( ) : System

Initializes a new instance of the UpdateInstalledEventArgs class.

UpdateInstalledEventArgs ( Suh update ) : System

Initializes a new instance of the UpdateInstalledEventArgs class.

Method Details

UpdateInstalledEventArgs() public méthode

Initializes a new instance of the UpdateInstalledEventArgs class.
public UpdateInstalledEventArgs ( ) : System
Résultat System

UpdateInstalledEventArgs() public méthode

Initializes a new instance of the UpdateInstalledEventArgs class.
public UpdateInstalledEventArgs ( Suh update ) : System
update Suh The update information that was installed.
Résultat System