Back to Devexpress

PdfViewer.FormFieldValueChanged Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-e3f930b8.md

latest1.4 KB
Original Source

PdfViewer.FormFieldValueChanged Event

Occurs after changes are applied to a form field.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<PdfFormFieldValueChangedEventArgs> FormFieldValueChanged

Event Data

The FormFieldValueChanged event's data class is PdfFormFieldValueChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
FieldNameReturns the field name.
NewValueGets the new value. Inherited from ValueChangedEventArgs<T>.
OldValueGets the old value. Inherited from ValueChangedEventArgs<T>.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace