Click or drag to resize

ExplorerBrowserSelectedFileChange Method

Called when the selected file was changed in a connected control. Not handled by this control

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void SelectedFileChange(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
Contains the absolute ItemIdList of the new file.

Implements

IShellControlConnectorTargetSelectedFileChange(ItemIdList)
See Also