ActiveReports 8
GraphMouseEventHandler Delegate

Source of the event.
GraphMouseEventArgs class which contains the event data.
Represents the method that handles the GraphMouse event.
Syntax
'Declaration
 
Public Delegate Sub GraphMouseEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As GraphMouseEventArgs _
) 
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

Reference

GraphMouseEventHandler Members
GrapeCity.ActiveReports.Chart Namespace

Support Forum