Handles binding's changes.

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

Syntax

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

Parameters

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

See Also