Back to Devexpress

PopupMenuShowingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pdfviewer-e3c23b19.md

latest1.3 KB
Original Source

PopupMenuShowingEventHandler Delegate

A method that will handle the PdfViewerControl.PopupMenuShowing event.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public delegate void PopupMenuShowingEventHandler(
    DependencyObject d,
    PopupMenuShowingEventArgs e
);
vb
Public Delegate Sub PopupMenuShowingEventHandler(
    d As DependencyObject,
    e As PopupMenuShowingEventArgs
)

Parameters

NameTypeDescription
dDependencyObject

The event source.

| | e | PopupMenuShowingEventArgs |

A PopupMenuShowingEventArgs object that contains data related to the event.

|

See Also

DevExpress.Xpf.PdfViewer Namespace