Get the field's previous value, during field value change.
Namespace: Cartella.InterfacesAssembly: 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 (); } |