How do I add a mouse right click event to a Listview control?
The Listview control seems to only have Item_click available to catch a mouse click event.

Purpose, right click on an item, and open the document linked to that item.
But I do not know how to add an event to the Listview class.

(it seems that I have to add the event myself, if other solutions exist, please don't hesitate to mention the other solutions)

thank you in advance,
Bob