ActiveReports.Viewer3 Request technical support
ModifiedChanged Event
See Also 


Occurs when the value of the Modified property has changed.

Syntax

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

See Also