TreeNode tn = new TreeNode(); tn.Text = text; tn.ToolTip = id;
tn.NavigateUrl = "#";
处理方法:将tn.navigateurl="#";去掉就可以触发SelectedNodeChanged事件