Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

How do I evaluate the comboBox if the selectedItem was changed?

$
0
0

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 Ivalues​​fromSelectedItemwhenchanged?


Viewing all articles
Browse latest Browse all 1764

Trending Articles