ActiveReports.Chart Request technical support
CursorChanged Event
See Also 


Occurs when the value of the Cursor property changes.

Syntax

Visual Basic (Declaration) 
Public Event CursorChanged() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim handler As EventHandler
 
AddHandler instance.CursorChanged, handler
C# 
public event EventHandler CursorChanged()

See Also