Back to Devexpress

PdfViewer.FormFieldLostFocus Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-f2143364.md

latest1.5 KB
Original Source

PdfViewer.FormFieldLostFocus Event

Occurs when a form field loses input focus.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfFormFieldFocusEventHandler FormFieldLostFocus
vb
Public Event FormFieldLostFocus As PdfFormFieldFocusEventHandler

Event Data

The FormFieldLostFocus 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 receives focus, the PdfViewer.FormFieldGotFocus event is raised.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace