ShellControlConnectorRefresh Method (IShellControl, RefreshLevel, ItemIdList) |
Refreshes the information displayed in all controls connected with this ShellControlConnector except the passed control, which usually will be the caller.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public virtual void Refresh(
IShellControl pSenderControl,
RefreshLevel pLevel,
ItemIdList pItemIdList
)
Public Overridable Sub Refresh (
pSenderControl As IShellControl,
pLevel As RefreshLevel,
pItemIdList As ItemIdList
)
public:
virtual void Refresh(
IShellControl^ pSenderControl,
RefreshLevel pLevel,
ItemIdList^ pItemIdList
)
abstract Refresh :
pSenderControl : IShellControl *
pLevel : RefreshLevel *
pItemIdList : ItemIdList -> unit
override Refresh :
pSenderControl : IShellControl *
pLevel : RefreshLevel *
pItemIdList : ItemIdList -> unit
Parameters
- pSenderControl
- Type: Jam.ShellIShellControl
The control that sent the command. It won't be notified again. - pLevel
- Type: Jam.ShellRefreshLevel
The level of refresh that should be performed. - pItemIdList
- Type: Jam.ShellItemIdList
An optional ItemIdList that identifies the file or folder that should be refreshed. This value can be null.
See Also