PdfViewerControl.SelectionCopying Event
In This Article
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