PopupMenuShowingEventHandler Delegate
In This Article
A method that will handle the PdfViewerControl.PopupMenuShowing event.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public delegate void PopupMenuShowingEventHandler(
DependencyObject d,
PopupMenuShowingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The event source. |
e | Popup |
A Popup |
See Also