Combobox selectedindex changed event is getting invoked even when index is not changed

Posted by rsak on Stack Overflow See other posts from Stack Overflow or by rsak
Published on 2010-04-13T13:17:48Z Indexed on 2010/04/13 13:33 UTC
Read the original article Hit count: 224

Filed under:

I have few items in combobox, i am selecting one item in that, selectindexchanged event is getting invoked. Then i am clicking on it and selecting the same item ( index is not getting changed) , but still selectedindexchanged event is getting invoked. Do we have any ways to avoid this? C# .Net ( WinForms)

© Stack Overflow or respective owner

Related posts about selectedindexchanged