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.2
Syntax
public void SelectedFileChange(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList  ItemIdList
Contains the absolute ItemIdList of the new file.

Implements

IShellControlConnectorTargetSelectedFileChange(ItemIdList)
See Also