Back to Devexpress

PdfViewer.FormFieldEditorShowing Event

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

latest1.3 KB
Original Source

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

csharp
public event EventHandler<PdfFormFieldEditorShowingEventArgs> FormFieldEditorShowing

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
FieldNameReturns the field name.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace