C# Class AdvancedLauncher.SDK.Model.Events.DownloadStatusEventArgs

Download status event arguments
Inheritance: BaseEventArgs
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode Description
DownloadStatusEventArgs ( DMODownloadStatusCode Code, string Info, int Progress, int MaxProgress )

Initializes a new instance of DownloadStatusEventArgs for specified DMODownloadStatusCode, Info, Progress and MaxProgress.

Method Details

DownloadStatusEventArgs() public méthode

Initializes a new instance of DownloadStatusEventArgs for specified DMODownloadStatusCode, Info, Progress and MaxProgress.
public DownloadStatusEventArgs ( DMODownloadStatusCode Code, string Info, int Progress, int MaxProgress )
Code DMODownloadStatusCode Status code
Info string Information string
Progress int Progress
MaxProgress int Max progress