PdfViewer.FormFieldGotFocus Event
In This Article
Occurs when a form field receives input focus.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.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 |
---|---|
Field |
Gets the name of the form field. |
#Remarks
When a form field loses focus, the PdfViewer.FormFieldLostFocus event is raised.
See Also