C# Class SevenUpdate.DownloadCompletedEventArgs

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

DownloadCompletedEventArgs() public méthode

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