Skip to main content

FormFieldValueChangedEventArgs(String, Object, Object) Constructor

Initializes a new instance of the FormFieldValueChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public FormFieldValueChangedEventArgs(
    string fieldName,
    object oldValue,
    object newValue
)

Parameters

Name Type Description
fieldName String

A String object that is the form field’s name.

oldValue Object

A Object that is the form field’s previous value.

newValue Object

A Object that is the form field’s new value.

See Also