See Also

DataDynamics.ActiveReports.Chart Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

GraphMouseEventHandler Delegate

Represents the method that handles the GraphMouse event.

[Visual Basic]
Public Delegate Sub GraphMouseEventHandler( _    ByVal sender As Object, _    ByVal e As GraphMouseEventArgs _ )
[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

DataDynamics.ActiveReports.Chart Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.