Click or drag to resize

ShellControlConnectorSelectedFileChanged Method

This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.

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

Parameters

p_Sender
Type: Jam.ShellIShellControlConnectorTarget
Contains the sender, which triggered the change of the file.
p_ItemIdList
Type: Jam.ShellItemIdList
Contains information about the file.

Implements

IShellControlConnectorSelectedFileChanged(IShellControlConnectorTarget, ItemIdList)
See Also