Click or drag to resize

PFBeforeSaveValuesHasValueChangedT Method (PFField, T)

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<T>(
	PFField field,
	out T oldValue
)

Parameters

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

Type Parameters

T

Return Value

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