Back to Devexpress

PdfViewer.AnnotationDeleting Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-2f1b7386.md

latest1.3 KB
Original Source

PdfViewer.AnnotationDeleting Event

Occurs before 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<PdfAnnotationDeletingEventArgs> AnnotationDeleting

Event Data

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

PropertyDescription
AnnotationReturns the annotation to be deleted.
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace