Click or drag to resize

FolderViewEvents Constructor (Object)

Initializes a new instance of the ViewEvents class.

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

Parameters

view
Type: SystemObject
A native IShellView COM object.
Exceptions
ExceptionCondition
ArgumentNullExceptionview is null.
See Also