Hi,
I am using UltraCombo and have wired up AfterClose up event to do processing, however, i want to know a clean way to find out if user has made a change in the selection from the list.
Is there a way to determine that user has actually changed the selection and then the list was closed? How....
The only way to tell if the user has changed something is for you to store the original value and then compare the new value to the original.
B'se I want to make sure that user have made their selection not just by cursor moves or using keyboard. I want to ensure that the selection has changed by user after closing the list.
why don't u use the events: RowSelected or ValueChanged?