Click or drag to resize

FolderViewEvents Constructor (FolderView)

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

Parameters

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