Back to Devexpress

PdfViewer.AnnotationDeleted Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-331846a8.md

latest1.3 KB
Original Source

PdfViewer.AnnotationDeleted Event

Occurs after the annotation is deleted.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfAnnotationDeletedEventHandler AnnotationDeleted
vb
Public Event AnnotationDeleted As PdfAnnotationDeletedEventHandler

Event Data

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

PropertyDescription
AnnotationGets the deleted annotation.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace