Back to Devexpress

SelectionEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pdfviewer-9d49c52e.md

latest1.5 KB
Original Source

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

csharp
public delegate void SelectionEventHandler(
    DependencyObject d,
    SelectionEventArgs e
);
vb
Public Delegate Sub SelectionEventHandler(
    d As DependencyObject,
    e As SelectionEventArgs
)

Parameters

NameTypeDescription
dDependencyObject

The event sender.

| | e | SelectionEventArgs |

A SelectionEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PdfViewer Namespace