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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -