Handles property changes.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
void ObjectPropertyChanged(
	Object component,
	string name,
	Object oldValue,
	Object newValue
)
Visual Basic (Declaration)
Sub ObjectPropertyChanged ( _
	component As Object, _
	name As String, _
	oldValue As Object, _
	newValue As Object _
)
Visual C++
void ObjectPropertyChanged(
	Object^ component, 
	String^ name, 
	Object^ oldValue, 
	Object^ newValue
)

Parameters

component
Type: System..::.Object
name
Type: System..::.String
oldValue
Type: System..::.Object
newValue
Type: System..::.Object

See Also