Get the field's previous value, during field value change.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
string PreviousFieldValue { get; }
Visual Basic
ReadOnly Property PreviousFieldValue As String
	Get
Visual C++
property String^ PreviousFieldValue {
	String^ get ();
}

Return Value

String

See Also