The event handler receives an argument of type PdfFormFieldValueChangedEventArgs containing data related to this event.
The following
PdfFormFieldValueChangedEventArgs properties provide information specific to this event.
Property |
Description |
FieldName |
Gets the name of the form field in the PDF document. |
NewValue |
Gets an object which represents the new value of the form field which has been assigned. |
OldValue |
Gets the form field's previous value. |