ExplorerBrowserBeginUpdate Method |
Prevent that a FullRefresh is called until EndUpdate is called. Every call of BeginUpdate() increments an UpdateCounter variable.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public void BeginUpdate()
public:
void BeginUpdate()
member BeginUpdate : unit -> unit
See Also