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

PopupMenuShowingEventArgs(RichEditPopupMenu, RichEditMenuType) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and menu type.

Namespace: DevExpress.Xpf.RichEdit

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

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

Declaration

public PopupMenuShowingEventArgs(
    RichEditPopupMenu menu,
    RichEditMenuType menuType
)

Parameters

Name Type Description
menu DevExpress.Xpf.RichEdit.Menu.RichEditPopupMenu

A RichEditPopupMenu object representing a popup menu.

menuType RichEditMenuType

A RichEditMenuType enumeration member specifying the menu type.

Remarks

Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also