| ExplorerBrowserCanNavigate Method | 
            Called when browsing to a new folder.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic bool CanNavigate(
	ItemIdList pItemIdList
)
Public Function CanNavigate ( 
	pItemIdList As ItemIdList
) As Boolean
public:
virtual bool CanNavigate(
	ItemIdList^ pItemIdList
) sealed
abstract CanNavigate : 
        pItemIdList : ItemIdList -> bool 
override CanNavigate : 
        pItemIdList : ItemIdList -> bool Parameters
- pItemIdList  ItemIdList
- The new location
Return Value
Booleantrue, if navigation can continue, false if denied.
 See Also
See Also