There’s none in WinForms TreeView. To quote MSDN for TreeView.AfterSelect:
This event does not occur when the node is unselected. To detect this occurrence, handle the Control.MouseUp event and test the TreeNode.IsSelected property.
Yes, this sucks.