I have a ListView with MultiSelect=True, how can I know witch Item has been clicked, without looping on each Item?
I need to process only the last clicked Item, but the "Click" event doesn't tell me anithing about the clicked Item.
I don't want to use the checks (in this case I would trap the ItemChecked event)
Thanks
I need to process only the last clicked Item, but the "Click" event doesn't tell me anithing about the clicked Item.
I don't want to use the checks (in this case I would trap the ItemChecked event)
Thanks