ActiveReports.Chart Request technical support
BackgroundImageChanged Event
See Also 


Occurs when the value of the BackgroundImage property changes.

Syntax

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

See Also