PdfFormFieldValueChangedEventArgs Properties
Contains data for the FormFieldValueChanged event.
Name | Description |
---|---|
Field |
Returns the field name. |
New |
Gets the new value.
Inherited from Value |
Old |
Gets the old value.
Inherited from Value |
See Also