PathCollectionEndUpdate Method |
Every call of EndUpdate() decrements the UpdateCounter variable. When the UpdateCounter is 0, then the SelectionListChanged event is fired.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual void EndUpdate()
Public Overridable Sub EndUpdate
public:
virtual void EndUpdate()
abstract EndUpdate : unit -> unit
override EndUpdate : unit -> unit
See Also