Anyone can show me how to remove the listview item that user selected ?

in my listview i have the data below

name age sex hobby

1 1 1 1
2 2 2 2
3 3 3 3

if the user click at name number 2 how do i remove the row of it ????
thanx


VB Code:
  1. Remove ListView Item That user selected