C# 클래스 SevenUpdate.UpdateInstalledEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UpdateInstalledEventArgs ( ) : System

Initializes a new instance of the UpdateInstalledEventArgs class.

UpdateInstalledEventArgs ( Suh update ) : System

Initializes a new instance of the UpdateInstalledEventArgs class.

메소드 상세

UpdateInstalledEventArgs() 공개 메소드

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

UpdateInstalledEventArgs() 공개 메소드

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