Hi,

Let's say that a user clicks on a listbox's item, the click event is generated. What if after some validation, the program should move back to the previous index because something is missing etc.

How can I cancel a click event?
I tried to change the listindex to the old one, but that generates another click event.

Thanks,