ShellTreeViewFolderChanged Method  | 
 
            Change the current folder to the one given in parameter
            throws 
ArgumentNullException if the argument was null
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxpublic void FolderChanged(
	ItemIdList p_ItemIdList
)
Public Sub FolderChanged ( 
	p_ItemIdList As ItemIdList
)
public:
virtual void FolderChanged(
	ItemIdList^ p_ItemIdList
) sealed
abstract FolderChanged : 
        p_ItemIdList : ItemIdList -> unit 
override FolderChanged : 
        p_ItemIdList : ItemIdList -> unit Parameters
- p_ItemIdList
 - Type: Jam.ShellItemIdList
the folder to change to 
Implements
IShellControlConnectorTargetFolderChanged(ItemIdList)
See Also