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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual void SelectedFileChanged(
IShellControlConnectorTarget p_Sender,
ItemIdList p_ItemIdList
)
Public Overridable Sub SelectedFileChanged (
p_Sender As IShellControlConnectorTarget,
p_ItemIdList As ItemIdList
)
public:
virtual void SelectedFileChanged(
IShellControlConnectorTarget^ p_Sender,
ItemIdList^ p_ItemIdList
)
abstract SelectedFileChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit
override SelectedFileChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit Parameters
- p_Sender IShellControlConnectorTarget
- Contains the sender, which triggered the change of the file.
- p_ItemIdList ItemIdList
- Contains information about the file.
Implements
IShellControlConnectorSelectedFileChanged(IShellControlConnectorTarget, ItemIdList)
See Also