PathSelectionListEndUpdate Method |
Every call of EndUpdate() decrements the UpdateCounter variable. When the UpdateCounter is 0, then the SelectionListChanged event is fired.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override void EndUpdate()
Public Overrides Sub EndUpdate
public:
virtual void EndUpdate() override
abstract EndUpdate : unit -> unit
override EndUpdate : unit -> unit
See Also