There are no events on Nodes, only events for the tree control itself. You would have to handle the MouseHover event of the control and then use the current position of the mouse to determine what node the mouse is over.You would do this using the GetNodeFromPoint method of the tree.