//下载时发出的事件 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DownloadHandler { public delegate void DownloadStartHandler(object sender, DownloadStartEventArgs e); //声明委托 publ