Back to Devexpress

PdfPopupMenuShowingEventArgs Class

windowsforms-devexpress-dot-xtrapdfviewer-172e32bd.md

latest1.5 KB
Original Source

PdfPopupMenuShowingEventArgs Class

Provides data for the PdfViewer.PopupMenuShowing event.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

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

PdfPopupMenuShowingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PdfPopupMenuShowingEventArgs

See Also

PdfPopupMenuShowingEventArgs Members

DevExpress.XtraPdfViewer Namespace