Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public object NewValue { get; }

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