PdfFormFieldValueChangedEventArgs Properties
Contains data for the FormFieldValueChanged event.Name | Description |
---|---|
FieldName | Returns the field name. |
NewValue | Gets the new value of a property. Inherited from ValueChangedEventArgs<T>. |
OldValue | Gets the old value of a property. Inherited from ValueChangedEventArgs<T>. |
See Also