PdfViewer.AnnotationSelectionChanged Event
In This Article
Occurs when an annotation is selected.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
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:
Property | Description |
---|---|
New |
Gets the new value. |
Old |
Gets the old value. |
See Also