This method of the DWebBrowserEvents interface notifies an application that the Internet Explorer application is ready to quit.
public void Quit(boolean[] Cancel);
Cancel | A Boolean flag that is set to TRUE to quit the application, FALSE otherwise. |