I drop a listview on a form. I doubleclick the listview and automatically VS generates the code for listview1_SelectedIndexChanged but I want listview1_DoubleClick. In the older version I could just go to the dropdown on the right and look at all the methods of my listview and select double click and it would generate the code. Now when I look there are no other methods. Where do I find them and can I have it back on my dropdown?