PdfViewer.AnnotationSelectionChanged Event
Occurs when an annotation is selected.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
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 |
---|---|
NewValue | Gets the new value of a property. |
OldValue | Gets the old value of a property. |
See Also