Метод | Описание | |
---|---|---|
CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System |
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. |
Результат | System |