Fixed code for tree selection after selected item deleted

This commit is contained in:
Rich 2009-10-27 22:59:00 +00:00
parent 37099ec443
commit 52feb8a711

View File

@ -592,7 +592,8 @@ namespace VEPROMS
this.tv.Size = new System.Drawing.Size(30, 637);
this.tv.TabIndex = 1;
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
this.tv.Click += new System.EventHandler(this.tv_Click);
//this.tv.Click += new System.EventHandler(this.tv_Click);
this.tv.MouseUp +=new System.Windows.Forms.MouseEventHandler(tv_MouseUp);
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
//
// infoPanel