I'm new at VB .net and never did this in VB 6.0. Maybe someone can point me in the right direction.

I'm trying to create a generic ListView user control that can be used over and over again in different projects. I've got all the basics done but I want to be able to act on click events in the from not the user control. In other words if someone right clicks on the listview, for example, I want the form to know it and be able to act on it.

I haven't had any luck with Google.