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