Click or drag to resize

ShellTreeViewCanNavigate Method

Called, before the ShellList displays a new folder. Calls the CanNavigate(Object, ItemIdList) implementation if assigned.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool CanNavigate(
	ItemIdList pItemIdList
)

Parameters

pItemIdList  ItemIdList
The new folder

Return Value

Boolean
false, if it is not possible or wanted to open the passed folder, true otherwise.
See Also