ActiveReports Developer 7
GraphMouseEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : GraphMouseEventHandler Delegate

sender
Source of the event.
e
GraphMouseEventArgs class which contains the event data.

Glossary Item Box

Represents the method that handles the GraphMouse event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub GraphMouseEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As GraphMouseEventArgs _
) 
C# 
public delegate void GraphMouseEventHandler( 
   System.object sender,
   GraphMouseEventArgs e
)

Parameters

sender
Source of the event.
e
GraphMouseEventArgs class which contains the event data.

See Also