ShellBrowser .Net Edition
ChangeDelay Property
NamespacesJam.ShellShellTreeViewChangeDelay
Specifies the delay between when a node is selected and when the handling of this change is processed.
Declaration Syntax
C#Visual BasicVisual C++
public int ChangeDelay { get; set; }
Public Property ChangeDelay As Integer
public:
property int ChangeDelay {
	int get ();
	void set (int value);
}
Remarks
Setting this property to a value greater than 0 will emulate the behaviour of the Windows Explorer and delay the updating of controls connected through a ShellControlConnector.
See Also

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