I have a TreeView control and I would like after the tree has been completely loaded in the form, to traverse it and update a number of parent nodes by painting on top of them using 2D Graphics. What is the event that is raised after the the tree has been completely loaded which can also pass parameters with Graphics so I can start painting the parent nodes?
Thank you