PathCollectionBeginUpdate Method |
Prevent that the SelectionListChanged event is fired until EndUpdate is called. Every call of BeginUpdate() increments an UpdateCounter variable.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual void BeginUpdate()
Public Overridable Sub BeginUpdate
public:
virtual void BeginUpdate()
abstract BeginUpdate : unit -> unit
override BeginUpdate : unit -> unit
See Also