Back to Devexpress

PdfViewer.AnnotationSelectionChanged Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-20b615da.md

latest1.2 KB
Original Source

PdfViewer.AnnotationSelectionChanged Event

Occurs when an annotation is selected.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<ValueChangedEventArgs<IPdfViewerAnnotation>> AnnotationSelectionChanged

Event Data

The AnnotationSelectionChanged event's data class is ValueChangedEventArgs<IPdfViewerAnnotation>. The following properties provide information specific to this event:

PropertyDescription
NewValueGets the new value.
OldValueGets the old value.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace