Have your template like this
........
..........
then the above binding will sync two way with your models isSelected and list view selection, then in code use SelectedItems.
For Each s As myPoco In myListView1.SelectedItems
' do something here with
Next