C# Класс BiliRanking.Core.Download.DownloadProgressChangedEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
DownloadProgressChangedEventArgs ( System.Int64 receivedSize, System.Int64 totalSize, int downloadSpeed ) : System

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

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

public DownloadProgressChangedEventArgs ( System.Int64 receivedSize, System.Int64 totalSize, int downloadSpeed ) : System
receivedSize System.Int64
totalSize System.Int64
downloadSpeed int
Результат System