Click or drag to resize

ExplorerBrowserCanNavigate Method

Called when browsing to a new folder.

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

Parameters

pItemIdList  ItemIdList
The new location

Return Value

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