PdfFormFieldEditorShowingEventArgs Properties
Contains data for the FormFieldEditorShowing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
FieldName | Gets the form field name. |
Value | Retrieves the form field value. |
See Also