Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.

PdfViewer.AnnotationDeleted Event

Occurs after an annotation is removed on a PDF document page.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public event EventHandler<PdfAnnotationEventArgs> AnnotationDeleted

Event Data

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

Property Description
Annotation Returns the processed annotation.
See Also