IShellControlConnectorCanNavigate Method |
Use this function to check if navigating the passed ItemIdList is allowed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax bool CanNavigate(
Object pSender,
ItemIdList pItemIdList
)
Function CanNavigate (
pSender As Object,
pItemIdList As ItemIdList
) As Boolean
bool CanNavigate(
Object^ pSender,
ItemIdList^ pItemIdList
)
abstract CanNavigate :
pSender : Object *
pItemIdList : ItemIdList -> bool
Parameters
- pSender
- Type: SystemObject
The sender of the path change; it is passed to the eventhandler. - pItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList that should be checked.
Return Value
Type:
BooleanA boolean indicating if navigation to the passed ItemIdList is allowed or not.
See Also