DWebBrowserEvents2::OnQuit Event

Fires before the Windows Internet Explorer application quits.

Syntax

void OnQuit(VOID);

Return Value

No return value.

Event DISPID

DISPID_ONQUIT

The DISPID for this event is defined in exdispid.h. Use this value to identify the event handler when implementing IDispatch::Invoke.

Remarks

The WebBrowser object ignores this event.