Skip to main content
All docs
V20.1

PdfViewer.TextMarkupAnnotationCreated Event

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

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