B
babylon
I have 2 ComboBoxes,
the selectedIndexChanged event handler in ComboBox A change the
SelectedIndex of ComboBox B
the selectedIndexChanged event handler in ComboBox B change the
SelectedIndex of ComboBox A
so whenever I change anyone of them, they would trigger the
SelectedIndexChanged event of other ComboBox continuously...
is there a way to suspend it?
so that I could If I change combobox A, B will changed and vice versa +
without circular triggering...
thank you
the selectedIndexChanged event handler in ComboBox A change the
SelectedIndex of ComboBox B
the selectedIndexChanged event handler in ComboBox B change the
SelectedIndex of ComboBox A
so whenever I change anyone of them, they would trigger the
SelectedIndexChanged event of other ComboBox continuously...
is there a way to suspend it?
so that I could If I change combobox A, B will changed and vice versa +
without circular triggering...
thank you