Skip to main content

FormFieldValueChangingEventArgs(String, Object, Object) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public FormFieldValueChangingEventArgs(
    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 specifies the form field’s new value. This value is assigned to the FormFieldValueChangingEventArgs.NewValue property.

See Also