PdfSelectionEventArgs Class
Provides data for the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Remarks
An instance of the PdfSelectionEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also