ActiveReports.Viewer3 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 PageNumber
Dim handler As EventHandler
 
AddHandler instance.SystemColorsChanged, handler
C# 
public event EventHandler SystemColorsChanged()

See Also