I put some code under the event ListView_ItemSelectionChanged, but unfortunately it is fire two times when i select an item, e.g. the listview contains 1, 2, 3 and 4, if 2 is selected then i select 4, it is fire first with item 2 then with the item 4. I want the code execute for item 4 only, how can i do that?