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
public event EventHandler<PdfAnnotationEventArgs> AnnotationCreated
Event Data
The AnnotationCreated event's data class is PdfAnnotationEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Annotation | Returns the processed annotation. |
See Also