9 references to DownloadEventArgs
System.Deployment (9)
System\Deployment\Application\FileDownloader.cs (3)
15protected DownloadEventArgs _eventArgs; 60public delegate void DownloadCompletedEventHandler(object sender, DownloadEventArgs e); 61public delegate void DownloadModifiedEventHandler(object sender, DownloadEventArgs e);
System\Deployment\Application\IDownloadNotification.cs (2)
9void DownloadCompleted(object sender, DownloadEventArgs e); 10void DownloadModified(object sender, DownloadEventArgs e);
System\Deployment\Application\ProgressPiece.cs (2)
11public void DownloadCompleted(object sender, DownloadEventArgs e); 12public void DownloadModified(object sender, DownloadEventArgs e);
System\Deployment\Application\SyncGroupHelper.cs (2)
19public void DownloadCompleted(object sender, DownloadEventArgs e); 20public void DownloadModified(object sender, DownloadEventArgs e);