Click or drag to resize

ThumbnailImageSelectedFileChange Method

Gets called if the active file should change.

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

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList of the newly selected file.

Implements

IShellControlConnectorTargetSelectedFileChange(ItemIdList)
See Also