ListView event for selected item changed -


which event occurs when selected item(or index) changed of listview?

private sub listview1_itemclick(byval item mscomctllib.listitem) 

may counter-intuitive, there go.

works selecting keyboard or mouse, unlike listbox control, doesn't work when setting selected item programmatically.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -