[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GraphMouseEventHandler

GraphMouseEventHandler Delegate

Specifies mouse events

Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public delegate void GraphMouseEventHandler(object sender, GraphMouseEventArgs e)
Parameters
Type Name Description
object sender Specifies mouse events
GraphMouseEventArgs e Specifies mouse events

Constructors

Name Description
GraphMouseEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, GraphMouseEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, GraphMouseEventArgs)