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 Cancel |
Field |
Returns the field name. |
New |
Gets the new value.
Inherited from Value |
Old |
Gets the old value.
Inherited from Value |
See Also