if you just need to highlight selected node when it treeview goes out of focus then just use treeView.HideSelection = false;
Actually by default thisthe selected node is highlighted but not visible so we just need to make HideSelection property to false.