PdfViewer.SelectionContinued Event
In This Article
Occurs after the selection of the PDF content has been continued.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#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 |
---|---|
Document |
Returns the PDF coordinates of a hit point. |
See Also