ActiveReports.Viewer3 Request technical support
PropertyChanged Event
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Event PropertyChanged() As PropertyChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Border
Dim handler As PropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
C# 
public event PropertyChangedEventHandler PropertyChanged()

See Also