Back to Devexpress

PdfSelectionEventArgs Class

windowsforms-devexpress-dot-xtrapdfviewer-ced8f35b.md

latest1.8 KB
Original Source

PdfSelectionEventArgs Class

Provides data for the PdfViewer.SelectionStarted, PdfViewer.SelectionContinued and PdfViewer.SelectionEnded events.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public class PdfSelectionEventArgs :
    EventArgs
vb
Public Class PdfSelectionEventArgs
    Inherits EventArgs

PdfSelectionEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PdfSelectionEventArgs

See Also

PdfSelectionEventArgs Members

DevExpress.XtraPdfViewer Namespace