PdfViewer.FormFieldEditorShowing Event
Occurs once a user taps a field and before an editor is shown in-place of the field.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public event EventHandler<PdfFormFieldEditorShowingEventArgs> FormFieldEditorShowing
Event Data
The FormFieldEditorShowing event's data class is PdfFormFieldEditorShowingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
FieldName | Returns the field name. |
See Also