ActiveReports.Chart Request technical support
Change Event
See Also 


Occurs when the content of the collection changes.

Syntax

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

See Also