ShellBrowser .Net Edition
AutomaticRefresh Property
NamespacesJam.ShellFileListAutomaticRefresh
Set this property to true if you like the component to be refreshed automatically if a file or folder is renamed, added, removed or it's attributes changed. This property is directly connected to the Enabled property of an internal instance of ShellChangeNotifier.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutomaticRefresh { get; set; }
Public Property AutomaticRefresh As Boolean
public:
property bool AutomaticRefresh {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)