Click or drag to resize

DetailsPaneRefresh(RefreshLevel, ItemIdList) Method

This method indicates that the control should perform a refresh of its contents.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void Refresh(
	RefreshLevel plevel,
	ItemIdList pItemIdList
)

Parameters

plevel  RefreshLevel
The refresh level.
pItemIdList  ItemIdList
The ItemIdList to refresh.

Implements

IShellControlRefresh(RefreshLevel, ItemIdList)
See Also