Click or drag to resize

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 (in ShellBrowser.dll) Version: 7.0
Syntax
public virtual void Refresh(
	IShellControl pSenderControl,
	RefreshLevel pLevel,
	ItemIdList pItemIdList
)

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