Click or drag to resize

ExplorerBrowserCanNavigate Method

Called when browsing to a new folder.

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

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The new location

Return Value

Type: Boolean
true, if navigation can continue, false if denied.
See Also