SelectionEventHandler Delegate
In This Article
A method that will handle the PdfViewerControl.SelectionStarted, PdfViewerControl.SelectionContinued and PdfViewerControl.SelectionEnded events.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public delegate void SelectionEventHandler(
DependencyObject d,
SelectionEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The event sender. |
e | Selection |
A Selection |
See Also