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
public event EventHandler<PdfFormFieldValueChangedEventArgs> FormFieldValueChanged
#Event Data
The FormFieldValueChanged event's data class is PdfFormFieldValueChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Field |
Returns the field name. |
New |
Gets the new value.
Inherited from Value |
Old |
Gets the old value.
Inherited from Value |