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

Download status event arguments
Inheritance: BaseEventArgs
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method 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 method

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