Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventHandler Delegate

A method that will handle the PdfViewerControl.PopupMenuShowing event.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public delegate void PopupMenuShowingEventHandler(
    DependencyObject d,
    PopupMenuShowingEventArgs e
);

Parameters

Name Type Description
d DependencyObject

The event source.

e PopupMenuShowingEventArgs

A PopupMenuShowingEventArgs object that contains data related to the event.

See Also