wpf-devexpress-dot-xpf-dot-pdfviewer-8325123a.md
Provides data for the PdfViewerControl.SelectionStarted, PdfViewerControl.SelectionContinued and PdfViewerControl.SelectionEnded events.
Namespace : DevExpress.Xpf.PdfViewer
Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package : DevExpress.Wpf.PdfViewer
public class SelectionEventArgs :
RoutedEventArgs
Public Class SelectionEventArgs
Inherits RoutedEventArgs
SelectionEventArgs is the data class for the following events:
An instance of the SelectionEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs RoutedEventArgs SelectionEventArgs
See Also