Hi,
as far as I know: Yes and no...
If you implement a sub
Code:
Sub listView_SelectionChanged
...
End Sub
this sub is called, when a different cell is selected (or a different row on FullRowSelect).
BUT this event is not documented yet, because it is a little buggy. After selecting a different cell or row, the SelectionChanged sub is called twice most of the time. If this doesn't matter in your application, I think you can use it.
@ Filippo
If you read this thread, please check why the SelectionChanged event behaves buggy like this. Maybe you can fix it!
specci48