C# 클래스 SevenUpdate.DownloadCompletedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DownloadCompletedEventArgs ( ) : System

Initializes a new instance of the DownloadCompletedEventArgs class.

DownloadCompletedEventArgs ( bool errorOccurred ) : System

Initializes a new instance of the DownloadCompletedEventArgs class.

메소드 상세

DownloadCompletedEventArgs() 공개 메소드

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

DownloadCompletedEventArgs() 공개 메소드

Initializes a new instance of the DownloadCompletedEventArgs class.
public DownloadCompletedEventArgs ( bool errorOccurred ) : System
errorOccurred bool True if an error occurred, otherwise False.
리턴 System