ActiveReports.Chart Request technical support
SystemColorsChanged Event
See Also 


Occurs when the system colors change.

Syntax

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

See Also