PdfFormFieldValueChangingEventArgs.OldValue Property
In This Article
Gets the form field’s previous value.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#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