Added Event Handler for tc.SelectedDisplayTabItemChanged so the TreeView selection will match the selected tab
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user