Click or drag to resize

IShellControlConnectorTarget Interface

Interface that is used by ShellControlConnector, that is implemented by controls and called when the common path or centrally selected item changes.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public interface IShellControlConnectorTarget

The IShellControlConnectorTarget type exposes the following members.

Methods
 NameDescription
Public methodFolderChanged Changes the displayed folder in all connected controls.
Public methodSelectedFileChange Changes the displayed file in all connected controls.
Top
See Also