IVsExtensionManager::InstallCompleted Event

 

Event that is fired when an InstallAsync operation completes, is canceled, or has an error.

Namespace:   Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

event EventHandler<InstallCompletedEventArgs^>^ InstallCompleted {
	void add(EventHandler<InstallCompletedEventArgs^>^ value);
	void remove(EventHandler<InstallCompletedEventArgs^>^ value);
}

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

Return to top
Show: