Back to Devexpress

PdfViewer.FormFieldGotFocus Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-3770628b.md

latest1.5 KB
Original Source

PdfViewer.FormFieldGotFocus Event

Occurs when a form field receives input focus.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfFormFieldFocusEventHandler FormFieldGotFocus
vb
Public Event FormFieldGotFocus As PdfFormFieldFocusEventHandler

Event Data

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

PropertyDescription
FieldNameGets the name of the form field.

Remarks

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

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace