ComboBox, SelectionChangeCommitted vs SelectedIndexChanged

0
0

Hi Wisej specialists,

according to Microsoft documentation (https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.combobox.selectionchangecommitted?redirectedfrom=MSDN&view=windowsdesktop-6.0)

… The SelectionChangeCommitted event is raised only when the user changes the combo box selection

… Alternatively, you can handle the SelectedIndexChanged, but note that this event occurs whether the index is changed programmatically or by the user.

Now, in Wisej, the SelectionChangeCommitted is fired on ComboBox if I set the DataSource property, which is I believe an incorrect behaviour. Would it be possible that this event is fired only after the user’s interaction on the combobox, and not while setting DataSource property?

Thank you

Pavel Weiss

  • You must to post comments
0
0

Hi Pavel

is it a confirmed bug 🙁

will be fixed in a next release

Thanks for your feedback

regards

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.