Click or drag to resize

FolderViewEvents Constructor (View)

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(
	View view
)

Parameters

view
Type: callback.ShellBoost.Core.WindowsShellView
A view object.
Exceptions
ExceptionCondition
ArgumentNullExceptionview is null.
See Also