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

PdfViewerControl.SelectionCopying Event

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

public event EventHandler<PdfSelectionCopyingEventArgs> SelectionCopying

Event Data

The SelectionCopying event's data class is DevExpress.UI.Xaml.Controls.PdfSelectionCopyingEventArgs.

See Also