Skip to main content

PdfFormFieldValueChangedEventArgs(String, Object, Object) Constructor

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

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

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

Parameters

Name Type
fieldName String
oldValue Object
newValue Object
See Also