Back to Devexpress

PdfViewer.AnnotationCreated Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-14e20a28.md

latest1014 B
Original Source

PdfViewer.AnnotationCreated Event

Occurs after a new annotation is added to a PDF document page.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<PdfAnnotationEventArgs> AnnotationCreated

Event Data

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