How do I evaluate the comboBox if the selectedItem was changed.
Should look something like this:
if (this.comboBoxMyBox.Changed){
...
...
this.comboBoxMyBox.Changed = false;
}
Justsothis does not work.
How do IvaluesfromSelectedItemwhenchanged?