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.1
Syntax void SelectedFileChanged(
IShellControlConnectorTarget p_Sender,
ItemIdList p_ItemIdList
)
Sub SelectedFileChanged (
p_Sender As IShellControlConnectorTarget,
p_ItemIdList As ItemIdList
)
void SelectedFileChanged(
IShellControlConnectorTarget^ p_Sender,
ItemIdList^ p_ItemIdList
)
abstract SelectedFileChanged :
p_Sender : IShellControlConnectorTarget *
p_ItemIdList : ItemIdList -> unit
Parameters
- p_Sender
- Type: Jam.ShellIShellControlConnectorTarget
Contains the sender, which triggered the change of the file. - p_ItemIdList
- Type: Jam.ShellItemIdList
Contains an absolute ItemIdList representing the selected file.
See Also