Can someone tell me what the Equilivent is in .net of the following Event

Code:
 
Private Sub ListView_ItemDblClick(Item As ListItem)
    
End Sub
I need to know when the user Double Clicks on an icon in a ListView, there doesn't seem to be a matching event in .net.

I'm running VS 2008