Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InPlaceHostingManager::DownloadApplicationCompleted Event

 

Occurs when the application has finished downloading to the local computer.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

public:
event EventHandler<DownloadApplicationCompletedEventArgs^>^ DownloadApplicationCompleted {
	void add(EventHandler<DownloadApplicationCompletedEventArgs^>^ value);
	void remove(EventHandler<DownloadApplicationCompletedEventArgs^>^ value);
}

If you are installing a Windows Forms-based application, you will need to instruct users to launch the application themselves; you cannot start Windows Forms-based applications programmatically by using the Execute method.

The following code example demonstrates a handler for the DownloadApplicationCompleted event.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft