Click or drag to resize

ShellFilePreviewSelectedFileChange Method

Called by ShellControlConnector when the selected file has changed.

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

Parameters

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

Implements

IShellControlConnectorTargetSelectedFileChange(ItemIdList)
See Also