Back to Devexpress

SelectionEventArgs Class

wpf-devexpress-dot-xpf-dot-pdfviewer-8325123a.md

latest1.9 KB
Original Source

SelectionEventArgs Class

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

Declaration

csharp
public class SelectionEventArgs :
    RoutedEventArgs
vb
Public Class SelectionEventArgs
    Inherits RoutedEventArgs

SelectionEventArgs is the data class for the following events:

Remarks

An instance of the SelectionEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs SelectionEventArgs

See Also

SelectionEventArgs Members

DevExpress.Xpf.PdfViewer Namespace