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.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

public event EventHandler<PdfAnnotationDeletingEventArgs> AnnotationDeleting

Event Data

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

Property Description
Annotation Returns the annotation to be deleted.
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
See Also