PdfFormFieldValueChangingEventArgs Properties
Contains data for the FormFieldValueChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
FieldName | Returns the field name. |
NewValue | Gets the new value of a property. Inherited from ValueChangingEventArgs<T>. |
OldValue | Gets the old value of a property. Inherited from ValueChangingEventArgs<T>. |
See Also