PdfViewer.ContentSelectionChanged Event
Occurs when the selection area is adjusted in the current document.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public event EventHandler ContentSelectionChanged
Event Data
The ContentSelectionChanged event's data class is EventArgs.
See Also