'Declaration Public Delegate Sub GraphMouseEventHandler( _ ByVal sender As Object, _ ByVal e As GraphMouseEventArgs _ )
public delegate void GraphMouseEventHandler( object sender, GraphMouseEventArgs e )
Parameters
- sender
- Source of the event.
- e
- GraphMouseEventArgs class which contains the event data.