Skip to main content

SelectionEventHandler Delegate

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public delegate void SelectionEventHandler(
    DependencyObject d,
    SelectionEventArgs e
);

Parameters

Name Type Description
d DependencyObject

The event sender.

e SelectionEventArgs

A SelectionEventArgs object that contains event data.

See Also