PopupMenuShowingEventHandler Delegate
A method that will handle the PdfViewerControl.PopupMenuShowing event.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v23.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
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