C2021-059 - Added extra code to ensure delect sets parent tree items deslected

This commit is contained in:
Kevin Laskey 2024-08-02 13:08:19 -04:00
parent 954186265e
commit 41aa195785

View File

@ -573,7 +573,7 @@
this.myTVdel.Name = "myTVdel";
this.myTVdel.Size = new System.Drawing.Size(300, 367);
this.myTVdel.TabIndex = 34;
this.myTVdel.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.myTV_AfterCheck);
this.myTVdel.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.myTV_AfterCheck_DelAnn);
//
// btnDeleteItems
//