C# Класс Nexus.Client.Util.Downloader.CompletedDownloadEventArgs

Describes the arguments of a completed download event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CompletedDownloadEventArgs ( bool p_booGetEntireFile, string p_strSavedFileName ) : System

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

Описание методов

CompletedDownloadEventArgs() публичный Метод

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