FormFieldValueChangedEventArgs.NewValue Property
Gets an object which represents the new value of the form field which has been assigned.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Property Value
Type | Description |
---|---|
Object | An object of the System.Object class representing the form field new value. |
Remarks
The FormFieldValueChangedEventArgs class introduces the FormFieldValueChangedEventArgs.OldValue and NewValue properties, which store the old form field value and the value that has been assigned to the form field.
See Also