Andy,
I have used the selected item from a ComboBox when my ADD button is activated. But you could probably
test if the selected item has changed. You would have to initialize it with a known item (like Null) and check if it changed. However I think an event is a better approach.
HTH