Метод | Описание | |
---|---|---|
DownloadStatusEventArgs ( DMODownloadStatusCode Code, string Info, int Progress, int MaxProgress ) |
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 |