PdfViewer.SelectionStarted Event
In This Article
Occurs after the selection of the PDF content has started.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#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 |
---|---|
Document |
Returns the PDF coordinates of a hit point. |
#Remarks
This event is not fired if document content is selected using the keyboard.
See Also