Bootstrapper.ManagedBA.ManagedBA_ApplyComplete C# (CSharp) Method

ManagedBA_ApplyComplete() private method

Method that gets invoked when the Bootstrapper ApplyComplete event is fired. This is called after a bundle installation has completed. Make sure we updated the view.
private ManagedBA_ApplyComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs e ) : void
sender object
e Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs
return void
        void ManagedBA_ApplyComplete(object sender, ApplyCompleteEventArgs e)
        {
            done.Set();
        }