Click or drag to resize

PFBeforeSaveValuesHasValueChanged Method (PFField, Object)

Determines whether the value of the specified field has changed.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool HasValueChanged(
	PFField field,
	out Object oldValue
)

Parameters

field
Type: Packflow.CorePFField
The field.
oldValue
Type: SystemObject
The old value or null if unchanged.

Return Value

Type: Boolean
true if the value has changed otherwise, false.
See Also