FormFieldValueChangingEventArgs.NewValue Property
Gets or sets a new value of the form field.
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 new value of the form field. |
Remarks
The NewValue property returns the new form field value. To get the previous value, use the FormFieldValueChangingEventArgs.OldValue property.
See Also