ActiveReports3 Request technical support
Changed Event
See Also 


Occurs when the members of the SectionCollection have changed.

Syntax

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

See Also