ShellTreeViewSmartRefresh Method |
Use the SmartRefresh to update the contents of a
ShellTreeView. In comparison to the
FullRefresh method, SmartRefresh is much faster,
but only removes objects which have been deleted and adds objects which have been added. It doesn't update changed file sizes or dates. Usually this method will be called automatically,
when a file was added or deleted.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void SmartRefresh()
public:
virtual void SmartRefresh() sealed
abstract SmartRefresh : unit -> unit
override SmartRefresh : unit -> unit
Implements
IShellControlSmartRefreshSee Also