C# Class SYMM_Backend.DownloadProgressEventArgs

Inheritance: System.EventArgs
Show file Open project: Kimmax/SYMM

Public Methods

Method Description
DownloadProgressEventArgs ( double progressPercentage, IYouTubeVideo video = null ) : System

Method Details

DownloadProgressEventArgs() public method

public DownloadProgressEventArgs ( double progressPercentage, IYouTubeVideo video = null ) : System
progressPercentage double
video IYouTubeVideo
return System