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

PopupMenuShowingEventArgs(PopupMenu) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public PopupMenuShowingEventArgs(
    PopupMenu menu
)

Parameters

Name Type Description
menu PopupMenu

A PopupMenu object representing a popup menu.

Remarks

The PopupMenuShowingEventArgs is created automatically, and passed to the handler of the RichEditControl.PopupMenuShowing event.

See Also