Back to Devexpress

PdfViewer.AnnotationDeleted Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-b6def9cb.md

latest1013 B
Original Source

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

csharp
public event EventHandler<PdfAnnotationEventArgs> AnnotationDeleted

Event Data

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

PropertyDescription
AnnotationReturns the processed annotation.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace