TreeView item added/removed notification?

I can't seem to find it. Is there a way of getting notified of this?

If not - can I request it? :)

The general idea is that your treeview item reacts to changes in other structures by updating its sub-items, so it doesn't really make sense to me to watch it for changes. You should probably be adding a listener to whatever data structure your treeview items are representing.

Yeah I get it now, thanks!