C# Class SevenUpdate.DownloadCompletedEventArgs

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

Private Properties

Property Type Description

Public Methods

Method Description
DownloadCompletedEventArgs ( ) : System

Initializes a new instance of the DownloadCompletedEventArgs class.

DownloadCompletedEventArgs ( bool errorOccurred ) : System

Initializes a new instance of the DownloadCompletedEventArgs class.

Method Details

DownloadCompletedEventArgs() public method

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

DownloadCompletedEventArgs() public method

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