Back to Devexpress

PdfViewer.AnnotationChanged Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-458e4bfb.md

latest1004 B
Original Source

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

csharp
public event EventHandler<PdfAnnotationEventArgs> AnnotationChanged

Event Data

The AnnotationChanged 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