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