Click or drag to resize

JamBaseShellListViewSelectedFileChange Method

Gets called if the selected file should change.

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

Parameters

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

Implements

IShellControlConnectorTargetSelectedFileChange(ItemIdList)
See Also