ActiveReports3 Request technical support
Changed Event
See Also 


Occurs when any of the PageSettings properties are changed.

Syntax

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

See Also