Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
950
DocumentContent Host and TabGroupPane_SelectionChanged
posted

I Have a DocumentContentHost with several Pane.

I Manage the TabGroupPane With TabGroupPane_SelectionChanged :

private void TGPane_SelectionChanged(object sender, SelectionChangedEventArgs e)

{

 int sel = TGPane.SelectedIndex;

if (sel == 0) {    Edit first pane ].

if (sel == 1) { Edit second pane ].

 But , When I change a ListBox or Combobox of my Pane , I perform all the time the tabgrouppane_Selectionchanged :

How to avoid to repeat the tabgrouppane_selectionchanged.

Thank you  CaisseOdeV

Parents Reply Children
No Data