ActiveReports.Chart Request technical support
Change Event
See Also 


Occurs when the content of the DataPointsCollection changes.

Syntax

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

See Also