ActiveReports.Chart Request technical support
GraphMouseEventHandler Delegate
See Also 


sender
A GraphMouseEventArgs that contains the event data.
e
The source of the event.
Represents the method that handles the GraphMouse event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub GraphMouseEventHandler( _
   ByVal sender As Object, _
   ByVal e As GraphMouseEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New GraphMouseEventHandler(AddressOf HandlerMethod)
C# 
public delegate void GraphMouseEventHandler( 
   object sender,
   GraphMouseEventArgs e
)

Parameters

sender
A GraphMouseEventArgs that contains the event data.
e
The source of the event.

See Also