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

PdfViewer.TextMarkupAnnotationCreated Event

Occurs after a text markup annotation (highlight, strikethrough or underline) is created.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

public event PdfTextMarkupAnnotationCreatedEventHandler TextMarkupAnnotationCreated

Event Data

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

Property Description
Name Gets the name of a created annotation.
See Also