Back to Devexpress

PdfViewer.SelectionStarted Event

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

latest1.4 KB
Original Source

PdfViewer.SelectionStarted Event

Occurs after the selection of the PDF content has started.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public event PdfSelectionPerformedEventHandler SelectionStarted
vb
Public Event SelectionStarted As PdfSelectionPerformedEventHandler

Event Data

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

PropertyDescription
DocumentPositionReturns the PDF coordinates of a hit point.

Remarks

This event is not fired if document content is selected using the keyboard.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace