
Signature
Jo Vermeulen
Student Computer Science at the LUC
> Hello,
>
> I was wondering what is the difference between the selectedIndexChanged
> and the selectionChangeComitted events of ComboBoxes.
I'm pretty sure SelectionChangeCommitted is only raised by UI occurances,
i.e. actually using the ComboBox and moving the highlight.
SelectedIndexChanged is raised a whole lot, including databinding, any time
the SelectedIndex property is changed by either the UI or code.
Best Regards,
Andy
Stoitcho Goutsev \(100\) [C# MVP] - 26 Jul 2004 16:28 GMT
Anyways, it doesn't work correctly with .NET 1.0 and 1.1. I don't know if
they fixed it for 2.0
See that thread for some of the issues with that event
http://groups.google.ca/groups?hl=en&lr=&ie=UTF-8&threadm=%23PacwaHCEHA.3748%40T
K2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3DStoitcho%2BSelectionChangeCommitte
d%2B%2Bgroup:microsoft.public.dotnet.*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26group%3D
microsoft.public.dotnet.*%26selm%3D%2523PacwaHCEHA.3748%2540TK2MSFTNGP11.phx.gbl
%26rnum%3D1

Signature
Stoitcho Goutsev (100) [C# MVP]
> > Hello,
> >
[quoted text clipped - 9 lines]
>
> Andy
Andy Becker - 26 Jul 2004 20:02 GMT
> Anyways, it doesn't work correctly with .NET 1.0 and 1.1. I don't know if
> they fixed it for 2.0
>
> See that thread for some of the issues with that event
http://groups.google.ca/groups?hl=en&lr=&ie=UTF-8&threadm=%23PacwaHCEHA.3748%40T
K2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3DStoitcho%2BSelectionChangeCommitte
d%2B%2Bgroup:microsoft.public.dotnet.*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26group%3D
microsoft.public.dotnet.*%26selm%3D%2523PacwaHCEHA.3748%2540TK2MSFTNGP11.phx.gbl
%26rnum%3D1
I had been trying to nail down those strange behaviors for quite a while, as
I'm a heavy keyboard user (way more efficient at times). And you just led
me right to them.
Thanks!
Best Regards,
Andy