Click or drag to resize

BrowserEvents Constructor (Object)

Initializes a new instance of the BrowserEvents class.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public BrowserEvents(
	Object browser
)

Parameters

browser
Type: SystemObject
A native IWebBrowser2 COM object.
See Also