PdfViewer.FormFieldGotFocus Event
Occurs when a form field receives input focus.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v26.1.dll
Declaration
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