C# Class Nexus.Client.Util.Downloader.CompletedDownloadEventArgs

Describes the arguments of a completed download event.
Inheritance: System.EventArgs
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System

A simple constructor that initializes the object with the given values.

Method Details

CompletedDownloadEventArgs() public méthode

A simple constructor that initializes the object with the given values.
public CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System
p_booGetEntireFile bool Whether the entire file has been downloaded.
p_strSavedFileName string The path to the downloaded file.
Résultat System