This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.
| C# | Visual Basic | Visual C++ |
public virtual void SelectedFileChanged( IShellControl p_Sender, ItemIdList p_ItemIdList )
Public Overridable Sub SelectedFileChanged ( _ p_Sender As IShellControl, _ p_ItemIdList As ItemIdList _ )
public: virtual void SelectedFileChanged( IShellControl^ p_Sender, ItemIdList^ p_ItemIdList )
- p_Sender (IShellControl)
- Contains the sender, which triggered the change of the file.
- p_ItemIdList (ItemIdList)
- Contains information about the file.