Skip to main content
All docs
V20.1

PdfViewer.MarkupAnnotationGotFocus Event

Occurs when a markup annotation receives input focus.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

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