Skip to main content
A newer version of this page is available.
All docs
V19.1

PdfViewer.MarkupAnnotationLostFocus Event

Occurs when a markup annotation loses input focus.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public event PdfMarkupAnnotationLostFocusEventHandler MarkupAnnotationLostFocus

Event Data

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

Property Description
Info Gets an object which provides information about the markup annotation on a page.

Remarks

When a markup annotation receives focus, the PdfViewer.MarkupAnnotationGotFocus event is raised.

Use the PdfMarkupAnnotationLostFocusEventArgs.Info property to access the PdfMarkupAnnotationInfo object that provides information about markup annotation when this annotation loses focus.

See Also