Skip to main content
A newer version of this page is available. .

PdfViewer.SelectionEnded Event

Occurs after the selection of the PDF content has finished.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

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