SelectionEventHandler Delegate
A method that will handle the PdfViewerControl.SelectionStarted, PdfViewerControl.SelectionContinued and PdfViewerControl.SelectionEnded events.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | The event sender. |
| e | SelectionEventArgs | A SelectionEventArgs object that contains event data. |
See Also