Click or drag to resize

IShellControlConnectorSelectedFileChanged Method

Used by the connected controls for synchronization. Usually this method should not be called by the user directly.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
void SelectedFileChanged(
	IShellControlConnectorTarget p_Sender,
	ItemIdList p_ItemIdList
)

Parameters

p_Sender  IShellControlConnectorTarget
Contains the sender, which triggered the change of the file.
p_ItemIdList  ItemIdList
Contains an absolute ItemIdList representing the selected file.
See Also