Skip to main content

PdfViewer.SelectionEnded Event

Occurs after the selection of the PDF content has finished.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public event PdfSelectionPerformedEventHandler SelectionEnded

Event Data

The SelectionEnded event's data class is PdfSelectionEventArgs. The following properties provide information specific to this event:

Property Description
DocumentPosition Returns the PDF coordinates of a hit point.
See Also