Occurs when the mouse hovers over a System.Windows.Forms.TreeNode.
If the mouse is located over a System.Windows.Forms.TreeNode, the TreeView.NodeMouseHover event will occur before the Control.MouseHover event.
For more information about how to handle events, see Consuming Events.