Skip to main content

PdfFormFieldValueChangingEventArgs.OldValue Property

Gets the form field’s previous value.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

An object representing the previous value of the form field.

Remarks

The OldValue property returns the form field’s previous value. The new value to be assigned to the form field is specified by the PdfFormFieldValueChangingEventArgs.NewValue property.

See Also