DWebBrowserEvents.Quit(Boolean) Method
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.
Fires before the Internet Explorer application quits.
public:
void Quit([Runtime::InteropServices::Out] bool % Cancel);
public void Quit (out bool Cancel);
abstract member Quit : bool -> unit
Public Sub Quit (ByRef Cancel As Boolean)
Parameters
- Cancel
- Boolean
Specifies whether the event is cancelled.