C# Class BiliRanking.Core.Download.DownloadProgressChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: SkiTiSu/BiliRanking

Public Methods

Method Description
DownloadProgressChangedEventArgs ( System.Int64 receivedSize, System.Int64 totalSize, int downloadSpeed ) : System

Method Details

DownloadProgressChangedEventArgs() public method

public DownloadProgressChangedEventArgs ( System.Int64 receivedSize, System.Int64 totalSize, int downloadSpeed ) : System
receivedSize System.Int64
totalSize System.Int64
downloadSpeed int
return System