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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public override void FullRefresh()
Public Overrides Sub FullRefresh
public:
virtual void FullRefresh() override
abstract FullRefresh : unit -> unit
override FullRefresh : unit -> unit
Implements
IShellControlFullRefreshSee Also