There is a combobox with some items.
If user wants to select the other item, I want to show a Yes-No question box to confirm.
If the user clicks on 'No' , then change will be canceled.
I do this in "SelectionChanged" event handle, but if I cancel the change and select the old item, this event fires again and agin...
- How to avoid it?
- How to ask yes/no before changing the selection?