Click or drag to resize

ShellListViewFullRefresh Method

Use the FullRefresh method if you want to refresh the contents of a ShellListView. Usually you don't have to call FullRefresh manually. It will be called automatically, when e.g. the Path or Filter property changes, or the connected ShellControlConnector reports a change.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public override void FullRefresh()

Implements

IShellControlFullRefresh
See Also