PdfFormFieldValueChangedEventArgs Properties
Provides data for the PdfViewer.FormFieldValueChanged event.
Name | Description |
---|---|
Field |
Gets the name of the form field in the PDF document. |
New |
Gets an object which represents the new value of the form field which has been assigned. |
Old |
Gets the form field’s previous value. |
See Also