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

PdfViewer.MarkupAnnotationGotFocus Event

Occurs when a markup annotation receives input focus.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

public event PdfMarkupAnnotationGotFocusEventHandler MarkupAnnotationGotFocus

Event Data

The MarkupAnnotationGotFocus event's data class is PdfMarkupAnnotationGotFocusEventArgs. 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 loses focus, the PdfViewer.MarkupAnnotationLostFocus event is raised.

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

See Also