Back to Devexpress

PdfViewer.SelectionContinued Event

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-e93c2eb4.md

latest1.3 KB
Original Source

PdfViewer.SelectionContinued Event

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfSelectionPerformedEventHandler SelectionContinued
vb
Public Event SelectionContinued As PdfSelectionPerformedEventHandler

Event Data

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

PropertyDescription
DocumentPositionReturns the PDF coordinates of a hit point.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace