InstallManager.InstallCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that indicates the installation has completed.
public:
event EventHandler<EventArgs ^> ^ InstallCompleted;
public event EventHandler<EventArgs> InstallCompleted;
member this.InstallCompleted : EventHandler<EventArgs>
Public Custom Event InstallCompleted As EventHandler(Of EventArgs)