Skip to main content
A newer version of this page is available. .

PdfViewer.FormFieldGotFocus Event

Occurs when a form field receives input focus.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public event PdfFormFieldFocusEventHandler FormFieldGotFocus

Event Data

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

Property Description
FieldName Gets the name of the form field.

Remarks

When a form field loses focus, the PdfViewer.FormFieldLostFocus event is raised.

See Also