Blacker.Scraper.Downloader.OnDownloadProgressChanged C# (CSharp) Метод

OnDownloadProgressChanged() защищенный Метод

protected OnDownloadProgressChanged ( Blacker.Scraper.Events.DownloadProgressEventArgs e ) : void
e Blacker.Scraper.Events.DownloadProgressEventArgs
Результат void
        protected void OnDownloadProgressChanged(DownloadProgressEventArgs e)
        {
            if (DownloadProgress != null)
            {
                DownloadProgress(this, e);
            }
        }