Defines method of getting a new value depending on the previous one

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

Syntax

C#
public delegate Object GetNewValueMethod(
	Object oldValue,
	Object newValue
)
Visual Basic (Declaration)
Public Delegate Function GetNewValueMethod ( _
	oldValue As Object, _
	newValue As Object _
) As Object
Visual C++
public delegate Object^ GetNewValueMethod(
	Object^ oldValue, 
	Object^ newValue
)

Parameters

oldValue
Type: System..::.Object
newValue
Type: System..::.Object

See Also