ApplicationDeployment.DownloadFileGroupProgressChanged Event
Occurs when status information is available on a file download operation initiated by a call to DownloadFileGroupAsync.
Assembly: System.Deployment (in System.Deployment.dll)
The DownloadFileGroupProgressChanged event is called on the main application thread. It is thread safe to call your application's Windows Forms controls directly within this callback.
Use the information supplied in DeploymentProgressChangedEventArgs to communicate progress information to your users.
The following code example downloads a group of Help files in the background. The example requires that you deploy a Windows Forms application that includes a StatusStrip control, and that this control contain a ToolStripStatusLabel control named downloadStatus.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.