Skip to main content
A newer version of this page is available. .

SelectionEventHandler Delegate

Namespace: DevExpress.Xpf.PdfViewer

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

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