ActiveReports.Chart Request technical support
BackColorChanged Event
See Also 


Occurs when the value of the BackColor property changes.

Syntax

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

See Also