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