Given a ComboBox c you could e.g. access c.Items[c.SelectedIndex] or
c.SelectedItem in a handler added to c.LostFocus or if the parent Form
is closed.
> Given a ComboBox c you could e.g. access c.Items[c.SelectedIndex] or
> c.SelectedItem in a handler added to c.LostFocus or if the parent Form
> is closed.
But the Combobox does not lose focus when the user performs a selection.
tamberg - 20 Jan 2006 15:46 GMT
There might be no mechanism replacing exactly what you get by using
SelectionChangeCommitted.