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

Occurs after an annotation‘s settings are changed.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public event EventHandler<PdfAnnotationEventArgs> AnnotationChanged

Event Data

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

Property Description
Annotation Returns the processed annotation.
See Also