Added Event Handler for tc.SelectedDisplayTabItemChanged so the TreeView selection will match the selected tab

This commit is contained in:
Rich
2012-02-18 11:57:18 +00:00
parent d575450860
commit 0962e9aa9b
2 changed files with 18 additions and 0 deletions

View File

@@ -1272,6 +1272,7 @@ namespace VEPROMS
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
this.tc.WordSectionDeleted += new Volian.Controls.Library.StepPanelWordSectionDeletedEvent(this.tc_WordSectionDeleted);
this.tc.LinkModifyRO += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyRO);
this.tc.SelectedDisplayTabItemChanged += new Volian.Controls.Library.DisplayTabControlEvent(this.tc_SelectedDisplayTabItemChanged);
//
// frmVEPROMS
//