Click or drag to resize

ShellControlConnectorCanNavigate Method

Use this function to check if navigating the passed ItemIdList is allowed. It currently calls the cancellable FolderChanging event, that can be implemented to prohibit paths.

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

Parameters

pSender  Object
The sender of the path change; it is passed to the eventhandler.
pItemIdList  ItemIdList
The ItemIdList that should be checked.

Return Value

Boolean
A boolean indicating if navigation to the passed ItemIdList is allowed or not.

Implements

IShellControlConnectorCanNavigate(Object, ItemIdList)
See Also