Click or drag to resize

BrowserEvents Constructor (Object)

Initializes a new instance of the BrowserEvents class.

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

Parameters

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