DWebBrowserEvents.Quit(Boolean) Method

Definition

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.

Applies to