ShellControlConnectorRefresh(IShellControl, RefreshLevel, ItemIdList) Method |
Refreshes the information displayed in all controls connected with this ShellControlConnector except the passed control, which usually will be the caller.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 IShellControl
- The control that sent the command. It won't be notified again.
- pLevel RefreshLevel
- The level of refresh that should be performed.
- pItemIdList ItemIdList
- An optional ItemIdList that identifies the file or folder that should be refreshed. This value can be null.
See Also