Skip to main content

FormFieldValueChangingEventArgs.NewValue Property

Gets or sets a new value of the form field.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public object NewValue { get; set; }

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