Eesh 
Of course, the event handler to use is 'Change', not 'Click'. The UI should not update every time the treeview is clicked, only when a node changes.
This removes the need to track the last-clicked node, and complements the other fixes (re-entry prevention, decoupling of loading from event handler).
NLCEPlayer commit 2d209ab.

Of course, the event handler to use is 'Change', not 'Click'. The UI should not update every time the treeview is clicked, only when a node changes.
This removes the need to track the last-clicked node, and complements the other fixes (re-entry prevention, decoupling of loading from event handler).
NLCEPlayer commit 2d209ab.