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

PdfViewer.SelectionContinued Event

Occurs after the selection of the PDF content has been continued.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public event PdfSelectionPerformedEventHandler SelectionContinued

Event Data

The SelectionContinued 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