FormFieldValueChangingEventArgs.OldValue Property
Gets the form field’s previous value.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.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 FormFieldValueChangingEventArgs.NewValue property.
See Also