4 references to DeploymentProgressChangedEventHandler
System.Deployment (4)
System\Deployment\Application\ApplicationDeployment.cs (3)
23
public event
DeploymentProgressChangedEventHandler
CheckForUpdateProgressChanged;
25
public event
DeploymentProgressChangedEventHandler
DownloadFileGroupProgressChanged;
27
public event
DeploymentProgressChangedEventHandler
UpdateProgressChanged;
System\Deployment\Application\DeploymentManager.cs (1)
21
public event
DeploymentProgressChangedEventHandler
ProgressChanged;