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