C# Class SevenUpdate.UpdateInstalledEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: robertbaker/SevenUpdate

Private Properties

Property Type Description

Public Methods

Method 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 method

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

UpdateInstalledEventArgs() public method

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