Initializes a new instance of the ChangePropertyCommand class

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

Syntax

C#
public ChangePropertyCommand(
	Object target,
	string propertyName,
	Object newValue,
	Object oldValue
)
Visual Basic (Declaration)
Public Sub New ( _
	target As Object, _
	propertyName As String, _
	newValue As Object, _
	oldValue As Object _
)
Visual C++
public:
ChangePropertyCommand(
	Object^ target, 
	String^ propertyName, 
	Object^ newValue, 
	Object^ oldValue
)

Parameters

target
Type: System..::.Object
propertyName
Type: System..::.String
newValue
Type: System..::.Object
oldValue
Type: System..::.Object

See Also