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

PdfViewer.SelectionStarted Event

Occurs after the selection of the PDF content has started.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public event PdfSelectionPerformedEventHandler SelectionStarted

Event Data

The SelectionStarted 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.

Remarks

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

See Also