Back to Devexpress

PdfViewer.AnnotationGotFocus Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-831be6cf.md

latest1.8 KB
Original Source

PdfViewer.AnnotationGotFocus Event

Occurs when an annotation receives input focus.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfAnnotationGotFocusEventHandler AnnotationGotFocus
vb
Public Event AnnotationGotFocus As PdfAnnotationGotFocusEventHandler

Event Data

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

PropertyDescription
AnnotationGets the annotation that got focus.

Remarks

When an annotation loses focus, the PdfViewer.AnnotationLostFocus event fires.

The PdfAnnotationGotFocusEventArgs.Annotation property gets the annotation in focus. Use the PdfViewerAnnotationExtensions class methods to obtain the specific type of annotation.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace