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....
why don't u use the events: RowSelected or ValueChanged?
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.