Skip to main content

PdfViewerControl.SelectionCopying Event

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<PdfSelectionCopyingEventArgs> SelectionCopying

Event Data

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

See Also