Skip to main content
A newer version of this page is available. .

PdfFormFieldValueChangingEventArgs.NewValue Property

Gets or sets a new value of the form field.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

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 PdfFormFieldValueChangingEventArgs.OldValue property.

See Also