G
GiJeet
Hello, I'd like to force a call to the SelectedIndexChanged of a combo
box from within a method. I tried to just call it like so:
this.myComboBox.SelectedIndexChanged; but of course the event takes 2
parameters - object sender, EventArgs e and not sure how to pass these
paras from my method. Should I just make up fake ones to pass?
Any help would be appreciated.
G
box from within a method. I tried to just call it like so:
this.myComboBox.SelectedIndexChanged; but of course the event takes 2
parameters - object sender, EventArgs e and not sure how to pass these
paras from my method. Should I just make up fake ones to pass?
Any help would be appreciated.
G